Graphical User Interfaces with Tk — Python 3. 13. 5 documentation Tk Tcl has long been an integral part of Python 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 The tkinter package is a thin object-oriented layer on top of Tcl Tk
tkinter. ttk — Tk themed widgets — Python 3. 13. 5 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)
tkinter. font — Tkinter font wrapper — Python 3. 13. 5 documentation The tkinter font module provides the Font class for creating and using named fonts The different font weights and slants are: tkinter font NORMAL ¶ tkinter font BOLD ¶ tkinter font ITALIC ¶ tkinter font ROMAN ¶ class tkinter font Font (root = None, font = None, name = None, exists = False, ** options) ¶ The Font class represents a
Graphic User Interface FAQ — Python 3. 13. 5 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
tkinter. messagebox — Tkinter message prompts — Python 3. 13. 5 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
tkinter. colorchooser — Color choosing dialog - Python 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 The Chooser class inherits from the Dialog class
O que há de novo no Python 2. 7 — Documentação Python 3. 15. 0a0 O módulo tkinter ttk foi escrito por Guilherme Polo e adicionado em bpo-2983 Uma versão alternativa chamada Tile py , escrita por Martin Franklin e mantida por Kevin Walzer, foi proposta para inclusão em bpo-2618 , mas os autores argumentaram que o trabalho de Guilherme Polo era mais abrangente