🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 导航 - [索引](../genindex.xhtml "总目录") - [模块](../py-modindex.xhtml "Python 模块索引") | - [下一页](development.xhtml "开发工具") | - [上一页](idle.xhtml "IDLE") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) » - zh\_CN 3.7.3 [文档](../index.xhtml) » - [Python 标准库](index.xhtml) » - [Tk图形用户界面(GUI)](tk.xhtml) » - $('.inline-search').show(0); | # 其他图形用户界面(GUI)包 Python 可用的主要跨平台(Windows,Mac OS X,类Unix)GUI 工具: 参见 [PyGObject](https://wiki.gnome.org/Projects/PyGObject) \[https://wiki.gnome.org/Projects/PyGObject\]PyGObject provides introspection bindings for C libraries using [GObject](https://developer.gnome.org/gobject/stable/) \[https://developer.gnome.org/gobject/stable/\]. One of these libraries is the [GTK+ 3](https://www.gtk.org/) \[https://www.gtk.org/\] widget set. GTK+ comes with many more widgets than Tkinter provides. An online [Python GTK+ 3 Tutorial](https://python-gtk-3-tutorial.readthedocs.io/) \[https://python-gtk-3-tutorial.readthedocs.io/\]is available. [PyGTK](http://www.pygtk.org/) \[http://www.pygtk.org/\]PyGTK provides bindings for an older version of the library, GTK+ 2. It provides an object oriented interface that is slightly higher level than the C one. There are also bindings to [GNOME](https://www.gnome.org/) \[https://www.gnome.org/\]. An online [tutorial](http://www.pygtk.org/pygtk2tutorial/index.html) \[http://www.pygtk.org/pygtk2tutorial/index.html\] is available. [PyQt](https://riverbankcomputing.com/software/pyqt/intro) \[https://riverbankcomputing.com/software/pyqt/intro\]PyQt is a **sip**-wrapped binding to the Qt toolkit. Qt is an extensive C++ GUI application development framework that is available for Unix, Windows and Mac OS X. **sip** is a tool for generating bindings for C++ libraries as Python classes, and is specifically designed for Python. [PySide](https://wiki.qt.io/PySide) \[https://wiki.qt.io/PySide\]PySide is a newer binding to the Qt toolkit, provided by Nokia. Compared to PyQt, its licensing scheme is friendlier to non-open source applications. [wxPython](https://www.wxpython.org) \[https://www.wxpython.org\]wxPython is a cross-platform GUI toolkit for Python that is built around the popular [wxWidgets](https://www.wxwidgets.org/) \[https://www.wxwidgets.org/\] (formerly wxWindows) C++ toolkit. It provides a native look and feel for applications on Windows, Mac OS X, and Unix systems by using each platform's native widgets where ever possible, (GTK+ on Unix-like systems). In addition to an extensive set of widgets, wxPython provides classes for online documentation and context sensitive help, printing, HTML viewing, low-level device context drawing, drag and drop, system clipboard access, an XML-based resource format and more, including an ever growing library of user-contributed modules. PyGTK, PyQt, and wxPython, all have a modern look and feel and more widgets than Tkinter. In addition, there are many other GUI toolkits for Python, both cross-platform, and platform-specific. See the [GUI Programming](https://wiki.python.org/moin/GuiProgramming) \[https://wiki.python.org/moin/GuiProgramming\] page in the Python Wiki for a much more complete list, and also for links to documents where the different GUI toolkits are compared. ### 导航 - [索引](../genindex.xhtml "总目录") - [模块](../py-modindex.xhtml "Python 模块索引") | - [下一页](development.xhtml "开发工具") | - [上一页](idle.xhtml "IDLE") | - ![](https://box.kancloud.cn/a721fc7ec672275e257bbbfde49a4d4e_16x16.png) - [Python](https://www.python.org/) » - zh\_CN 3.7.3 [文档](../index.xhtml) » - [Python 标准库](index.xhtml) » - [Tk图形用户界面(GUI)](tk.xhtml) » - $('.inline-search').show(0); | © [版权所有](../copyright.xhtml) 2001-2019, Python Software Foundation. Python 软件基金会是一个非盈利组织。 [请捐助。](https://www.python.org/psf/donations/) 最后更新于 5月 21, 2019. [发现了问题](../bugs.xhtml)? 使用[Sphinx](http://sphinx.pocoo.org/)1.8.4 创建。