tkinter tag

66 questions


1 answers
100 views
0
I want to be able to scroll in Tkinter

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...

2 years ago

3 answers
98 views
0
The behavior of the if statement in the function is strange in the tkinter of python.

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...

2 years ago

1 answers
122 views
0
I don't understand the movement of the x button (close window button) on the tkinter and the button I created myself.

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...

2 years ago

1 answers
105 views
0
I want to highlight that only one line of the listbox widget on tkinter using python is in red.

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...

2 years ago

1 answers
99 views
0
Can you make a line graph (monitor screen) that works with python, tkinter, and canvas?

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,...

2 years ago

1 answers
96 views
0
I want to use tkinter for exchange conversion.

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=...

2 years ago

1 answers
87 views
0
treat the path of the tkinter dialog file as an argument

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...

2 years ago

2 answers
103 views
0
I want tkinter button to work like a messagebox.

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)....

2 years ago

1 answers
74 views
0
When you write the value of the tkinter text box to csv, the label is also included.

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...

2 years ago

1 answers
91 views
0
How to print to a command prompt by pressing the Python 3.6.2 tkinter button

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...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.