Graphical User Interface (GUI)

Graphical User Interface (GUI for short, also known as Graphical User Interface) refers to a computer operating user interface that is displayed graphically.

In the 1970s, researchers from Xerox Corporation in the United States developed the first graphical user interface. This design enabled the computer to realize the transformation from a character interface to a graphical interface, opening a new era. Since then, operating systems such as Windows and MAC OS have appeared one after another, the interface design has been continuously improved, and the continuous updates and changes of the operating system have also brought graphical user interface design into a new era.

There are many graphical user interface (GUI) toolkits that can be used with the Python programming language. The big three are Tkinter, wxPython and PyQt.

Each of these toolkits will work with Windows, macOS and Linux, and PyQt has additional features to work on mobile devices.

Use wxPython to create a Python graphical interface (on)

How to create a window in PyQt

Guess you like

Origin blog.csdn.net/weixin_47542175/article/details/114212039