Top "Tkinter" questions

Tkinter is the standard Python interface to the "Tk" graphical user interface toolkit.

tkinter TclError: error reading bitmap file

I am trying to set an application icon (python3 / tkinter) like this: Interface() root.title("Quicklist Editor") root.iconbitmap('@/…

python-3.x icons tkinter launcher
How to stop Python program execution in IDLE

I have a python script that uses plt.show() as it's last instruction. When it runs, IDLE just hangs after …

python matplotlib tkinter break python-idle
Display Listbox with columns using Tkinter?

I'm trying to create a Listbox in Tkinter that has columns. I'm returning from a DB query records and would …

python listbox tkinter
How to get the screen size in Tkinter?

I would like to know if it is possible to calculate the screen size using tkinter. I wanted this so …

python tkinter
Get contents of a Tkinter Entry widget

I am creating an application and I want to use the entered values in the GUI Entry widget. How do …

python python-3.x tkinter tkinter-entry
How do I compile my Python 3 app to an .exe?

How do I convert my Python app to a .exe? I made a program with tkinter and was wondering how …

python tkinter compilation exe python-3.3
How to bind a click event to a Canvas in Tkinter?

I was just wondering if there was any possible way to bind a click event to a canvas using Tkinter. …

python python-2.7 tkinter tkinter-canvas
tkinter showinfo python 3

I am trying to show an info window by using tkinter.messagebox.showinfo("info", "message") However, I am getting error …

tkinter messagebox python-3.4
Display message when hovering over something with mouse cursor in Python

I have a GUI made with TKinter in Python. I would like to be able to display a message when …

python tkinter tooltip
PySide / PyQt detect if user trying to close window

is there a way to detect if user trying to close window? For example, in Tkinter we can do something …

python pyqt tkinter pyqt4 pyside