About 19,200 results
Open links in new tab
  1. tkinter — Python interface to Tcl/Tk — Python 3.13.5 documentation

    1 day ago · When your Python application uses a class in Tkinter, e.g., to create a widget, the tkinter module first assembles a Tcl/Tk command string. It passes that Tcl command string to …

  2. Graphical User Interfaces with Tk — Python 3.13.5 documentation

    1 day ago · The tkinter package is a thin object-oriented layer on top of Tcl/Tk. To use tkinter, you don’t need to write Tcl code, but you will need to consult the Tk documentation, and …

  3. tkinter.ttk — Tk themed widgets — Python 3.13.5 documentation

    1 day ago · 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 …

  4. tkinter.font — Tkinter font wrapper — Python 3.13.5 documentation

    1 day ago · 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 ¶ …

  5. Graphic User Interface FAQ — Python 3.13.5 documentation

    3 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 …

  6. Tkinter Dialogs — Python 3.13.5 documentation

    1 day ago · The tkinter.simpledialog module contains convenience classes and functions for creating simple modal dialogs to get a value from the user. tkinter.simpledialog.askfloat(title, …

  7. tkinter.messagebox — Tkinter message prompts — Python 3.13.5 …

    1 day 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 and …

  8. tkinter.colorchooser — Color choosing dialog — Python 3.13.5 …

    1 day ago · 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.

  9. Python 3.9 有什么新变化 — Python 3.9.22 文档

    Mar 9, 2022 · 当在 macOS 上用源代码编译 Python 时, _tkinter 现在会链接到非系统的 Tcl 和 Tk 框架,如果它们被安装到 /Library/Frameworks 的话,就如在较旧的 macOS 发行版上的情况 …

Refresh