Most voted "tkinter" questions
The Tkinter ("Tk interface") module is the standard Python interface for Tk GUI Toolkit. Programs written using Tkinter are freely portable between Linux, Unix, Windows and Mac.
Learn more…304 questions
Sort by count of
-
-3
votes1
answer169
viewsHow to display in a Label the result of 2 other Labels in Python
I am creating the following budget program with Python and Tkinter. # Copyright (c) Todos os Direitos Reservados a Daniel Heringer import locale locale.setlocale(locale.LC_MONETARY, locale= 'PT-BR')…
-
-3
votes1
answer44
viewsHow to move between windows?
I’m creating a simple system just to learn a little bit about the Tkinter library. However, I stopped right here. The idea is to create several pages in the same code (I know that the correct one…
-
-4
votes1
answer31
viewsHi, I’d like to do a Progressbar with Tkinter, can you help me?
I wanted that when I pressed the button it started and when I arrived at the end disappeared, but neither the bar nor the button appear in the window created, it does not trigger an error on the…
-
-4
votes1
answer53
viewsI’m having trouble with the code
people I am making a school system with python using the modules Tkinter and Sqlite but when I insert the variables of the text boxes in the database information it gives this problem take a look at…