As a Python developer, sooner or later you will need a graphical user interface to develop your applications. This article will recommend some Python GUI frameworks that will hopefully help you, and if you have a better alternative, feel free to leave a comment.
Python’s UI development toolkit, Kivy
Kivy is an open source toolkit that allows applications created using the same source code to run cross-platform. It focuses on innovative user interface development, such as multi-touch applications. Kivy also provides a multi-touch mouse emulator. Supported platforms include Linux, Windows, Mac OS X, and Android.
Kivy has the ability to handle animations, caching, gestures, drawing, and more. It also has many built-in user interface controls such as buttons, cameras, tables, sliders, and trees.
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 wxPython
WxPython 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.