About 20,700 results
Open links in new tab
  1. tkinter — Python interface to Tcl/Tk — Python 3.14.3 documentation

    1 day 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 changes, and refer to the …

  2. Python GUI编程 (Tkinter) - 菜鸟教程

    Tkinter 编程 Tkinter 是 Python 的标准 GUI 库。 Python 使用 Tkinter 可以快速的创建 GUI 应用程序。 由于 Tkinter 是内置到 python 的安装包中、只要安装好 Python 之后就能 import Tkinter 库、而且 IDLE …

  3. Tkinter教程(非常详细) - C语言中文网

    Tkinter(即 tk interface) 是 Python 标准 GUI 库,简称 “Tk”;从本质上来说,它是对 TCL/TK 工具包的一种 Python 接口封装。 Tkinter 是 Python 自带的标准库,因此无须另行安装,它支持跨平台运行, …

  4. Python tkinter (GUI编程)模块最完整教程(上)-CSDN博客

    颜色 当在tkinter中设置颜色时,可以用两种表示颜色的方式:一种是颜色的名称,比如"green", "brown";另一种是颜色的 十六进制 形式,比如"#00ffff"。 遗憾的是,tkinter不支持颜色RGB元组形 …

  5. Tkinter Tutorial

    This Tkinter tutorial helps you learn how to develop beautiful GUI applications from scratch with step-by-step guidance.

  6. Python-tkinter详细教程+开发实例 - 知乎

    Tkinter(即 tk interface) 是 Python 标准 GUI 库,简称 “Tk”;从本质上来说,它是对 TCL/TK 工具包的一种 Python 接口封装。 Tkinter 是 Python 自带的标准库,因此无须另行安装,它支持跨平台运行, …

  7. Python GUI Programming: Your Tkinter Tutorial

    Tkinter is Python’s standard GUI framework, making it convenient for developing graphical user interfaces. As a cross-platform library, Tkinter ensures your applications appear native across …

  8. 图文并茂:Python Tkinter从入门到高级实战全解析-腾讯云开发者社区 …

    Aug 26, 2023 · Python Tkinter库可创建GUI应用,涵盖从入门到精通指导。 介绍Tkinter模块,给出第一个程序示例及代码解释,还涉及界面布局、事件处理,补充多种组件知识,展示待办事项列表综合案 …

  9. Python Tkinter Tutorial - GeeksforGeeks

    Jul 14, 2025 · Tkinter is the most commonly used library for developing GUI (Graphical User Interface) in Python. It is a standard Python interface to the Tk GUI toolkit shipped with Python.

  10. tkinter — Python 的 Tcl/Tk 接口 — Python 3.14.0 文档 - Python 文档

    当你的 Python 应用程序使用 Tkinter 中的一个类(例如,创建一个部件)时, tkinter 模块首先会组装一个 Tcl/Tk 命令字符串。 它将该 Tcl 命令字符串传递给一个内部的 _tkinter 二进制模块,该模块再调 …