preface

The text and pictures in this article come from the network, only for learning, exchange, do not have any commercial purposes, copyright belongs to the original author, if you have any questions, please contact us to deal with.

By Joko

PS: If you need Python learning materials, please click on the link below to obtain them

Note.youdao.com/noteshare?i…

Python’s GUI development tool Flexx

Flexx is a pure Python toolkit for creating graphical interface applications. It uses Web technology to render the interface. You can use Flexx to create desktop applications and export an application to a separate HTML document. Flexx is cross-platform because it is developed in pure Python. All you need is Python and a browser to run it. If you use desktop mode, Firefox is recommended.

The Python Qt library is bound to PyQt

PyQt is the Python version of the Qt library. PyQt3 supports Qt1 through Qt3. PyQt4 supports Qt4. It was also first released in 1998, but it was called PyKDE at the time because SIP and PyQt were not separated at the beginning. PyQt is written in SIP. PyQt is available in BOTH GPL and commercial versions.

Python graphics development package wxPythonwx

Python is an excellent set of GUI graphics libraries for the Python language, allowing Python programmers to easily create complete, key-full GUI user interfaces. WxPython is provided as a Python wrapper and Python module for wxWidgets, an excellent cross-platform GUI library. Like Python and wxWidgets, wxPython is open source software and has excellent cross-platform capabilities, running on 32-bit Windows, most Unix or Unix-like systems, and Macintosh OS X.

Tk graphical user interface Tkinter

Tkinter (also known as the Tk interface) is the Standard Python interface of the Tk graphical user interface toolkit. Tk is a lightweight cross-platform graphical user interface (GUI) development tool. Tk and Tkinter run on most Unix platforms, Windows, and Macintosh systems.

Tkinter consists of a number of modules. Tkinter is located in a binary module named _tkinter (older versions called Tkinter). Tkinter includes low-level interface modules to Tk. Low-level interfaces are not directly used by application-level programmers, and are usually a shared library (or DLL), but in some cases are statically linked by the Python interpreter.

Pywin32

Windows Pywin32 allows you to develop Win32 applications using PYTHON as VC. The code style can be similar to win32 SDK or MFC, depending on your choice. If you still don’t want to give up the VC-like coding process in Python, then this is a good choice.

Python graphical interface development package PyGTK

PyGTK makes it easy to create programs with graphical user interfaces in Python. The underlying GTK+ provides a variety of visual elements and functionality, and you can develop full-featured software to run on the GNOME desktop if needed.

PyGTK is truly cross-platform and can run on a variety of operating systems, such as Linux,Windows, And MacOS, without modification. In addition to its ease of use and rapid prototyping capabilities,PyGTK has first-class unique capabilities for handling localized languages.

Quickly develop a gorgeous desktop program called Pyui4win in Python

Pyui4win is an open source interface library using self-drawing technology. C++ and python are supported. It can be very easy to achieve QQ and 360 security guards such gorgeous interface. Furthermore, pyui4win wysiwyg interface designer allows C++ and python developers to design interfaces directly with design tools, without worrying about how they are generated and run, which can significantly reduce interface development time. In Pyui4Win, the interface can even be left entirely to the artists, and developers can only handle the business logic, freeing developers from the complexity of interface processing.

.