Global web icon
python.org
https://docs.python.org/3/library/tkinter.html
tkinter — Python interface to Tcl/Tk — Python 3.14.2 documentation
Tkinter is not a thin wrapper, but adds a fair amount of its own logic to make the experience more pythonic. This documentation will concentrate on these additions and changes, and refer to the official Tcl/Tk documentation for details that are unchanged.
Global web icon
python.org
https://docs.python.org/3/library/tk.html
Graphical user interfaces with Tk — Python 3.14.2 documentation
It provides a robust and platform independent windowing toolkit, that is available to Python programmers using the tkinter package, and its extension, the tkinter.ttk module.
Global web icon
python.org
https://docs.python.org/3/library/tkinter.ttk.html
tkinter.ttk — Tk themed widgets — Python 3.14.2 documentation
The tkinter.ttk module provides access to the Tk themed widget set, introduced in Tk 8.5. It provides additional benefits including anti-aliased font rendering under X11 and window transparency (requiring a composition window manager on X11).
Global web icon
python.org
https://docs.python.org/3/library/dialog.html
Tkinter Dialogs — Python 3.14.2 documentation
tkinter.simpledialog — Standard Tkinter input dialogs: Source code: Lib/tkinter/simpledialog.py The tkinter.simpledialog module contains convenience classes and functions for creating simple modal ...
Global web icon
python.org
https://docs.python.org/3/library/tkinter.messageb…
tkinter.messagebox — Tkinter message prompts — Python 3.14.2 documentation
The tkinter.messagebox module provides a template base class as well as a variety of convenience methods for commonly used configurations. The message boxes are modal and will return a subset of (True, False, None, OK, CANCEL, YES, NO) based on the user’s selection.
Global web icon
python.org
https://docs.python.org/3/library/tkinter.font.htm…
tkinter.font — Tkinter font wrapper — Python 3.14.2 documentation
Source code: Lib/tkinter/font.py The tkinter.font module provides the Font class for creating and using named fonts. The different font weights and slants are:
Global web icon
python.org
https://docs.python.org/3/library/tkinter.colorcho…
tkinter.colorchooser — Color choosing dialog — Python 3.14.2 documentation
The tkinter.colorchooser module provides the Chooser class as an interface to the native color picker dialog. Chooser implements a modal color choosing dialog window.
Global web icon
python.org
https://docs.python.org/3/faq/gui.html
Graphic User Interface FAQ — Python 3.14.2 documentation
Standard builds of Python include an object-oriented interface to the Tcl/Tk widget set, called tkinter. This is probably the easiest to install (since it comes included with most binary distributions of Python) and use.
Global web icon
python.org
https://docs.python.org/3/library/tkinter.dnd.html
tkinter.dnd — Drag and drop support — Python 3.14.2 documentation
The tkinter.dnd module provides drag-and-drop support for objects within a single application, within the same window or between windows. To enable an object to be dragged, you must create an event binding for it that starts the drag-and-drop process.
Global web icon
python.org
https://docs.python.org/3.15/library/index.html
The Python Standard Library — Python 3.15.0a2 documentation
tkinter — Python interface to Tcl/Tk tkinter.colorchooser — Color choosing dialog tkinter.font — Tkinter font wrapper Tkinter Dialogs tkinter.messagebox — Tkinter message prompts tkinter.scrolledtext — Scrolled Text Widget tkinter.dnd — Drag and drop support tkinter.ttk — Tk themed widgets IDLE — Python editor and shell