66 questions
Thank you for your continuous support.Using Python 2.7's Tkinter, the GUI app scrolls You can do it (scroll the whole thing like when you look at a browser)I want to add a function.I tried to refer to...
The error occurs in the btn.configure(text=stop) part of the code below.I would appreciate it if you could tell me how to deal with it.Thank you for your cooperation.error messages:An exception has oc...
The goal is to retrieve the value entered in the text box from the GUI image and write it to a CSV file.It consists of a screen source file (tkinter.py) and a source file (merge.py) for writing to CSV...
Currently, we are using python and tkinter to create a program that receives an alert email and lists only the body.I am trying to update the python version of the original Excel vba, but I am using t...
I write GUI programs using python and tkinter.I have displayed a still line graph within the canvas.I would like to create a monitor screen where the line graph moves with information from the sensor,...
I want to do exchange conversion like the image, but it doesn't work well.I don't even know how to insert the image.Please point it out and make improve it.import tkinterimport tkinter.messageboxroot=...
You are currently opening a dialog using tkinter.I got the file path, but I would like to replace it with f1, f2.What should I do?import matplotlib.pyplot as pltimport numpy as npimportosimport tkinte...
I'm a python beginner.Using Button on tkinter, I am trying to create a program where the window disappears after storing different variables (True, False) depending on the button I click (OK, cancel)....
import tkinter askimport d_listtl=tk.Tk()tl.geometry ('600x600')tl.title (Registration Monitor)# Buttons Configurationdefbot1_1(): import csv detail.append(txt1.get()) detail.append(txt2.get()) detail...
Python 3.6.2 and Windows 10 environments.from tkinter import*import subprocessdef func1(): print (click)def func2(): subprocess.run((start, timeout, /T, 10, shell=True)root=Tk()Button(root, text=Butto...
« | - 3 - | » |
© 2024 OneMinuteCode. All rights reserved.