
tkinter — Python interface to Tcl/Tk — Python 3.14.2 documentation
2 days ago · 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 …
Graphical user interfaces with Tk — Python 3.14.2 documentation
2 days ago · 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.
tkinter.font — Tkinter font wrapper — Python 3.14.2 documentation
3 days ago · 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:
tkinter.messagebox — Tkinter message prompts — Python 3.14.2 ...
3 days ago · 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 …
Graphic User Interface FAQ — Python 3.14.2 documentation
6 days ago · 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 …
tkinter.ttk — Tk widgets temáticos — documentación de Python
Mar 10, 2019 · El módulo tkinter.ttk proporciona acceso al conjunto de widgets temáticos Tk, introducido en Tk 8.5. Si Python no se ha compilado con Tk 8.5, todavía se puede acceder a …
Diálogos tkinter — documentación de Python - 3.14.2
tkinter.simpledialog —Diálogos de entrada estándar de Tkinter: Código fuente: Lib/tkinter/simpledialog.py El módulo tkinter.simpledialog contiene clases y funciones …
tkinter.colorchooser — Color choosing dialog - Python
El módulo tkinter.colorchooser proporciona la clase Chooser como una interfaz para el diálogo del selector de color nativo. Chooser implementa una ventana de diálogo de elección de color …
tkinter.tix — Ampliación de widgets para Tk - Python
Mar 10, 2019 · El módulo tkinter.tix (Tk Interface Extension en inglés) proporciona un conjunto abundante de widgets adicionales. Aunque la biblioteca estándar Tk tiene muchos widgets …
tkinter.scrolledtext — Scrolled Text Widget - Python
El módulo tkinter.scrolledtext proporciona una clase del mismo nombre que implementa un widget de texto básico que tiene una barra de desplazamiento vertical configurada para hacer «lo …