Home  >  Article  >  Backend Development  >  What is python gui?

What is python gui?

藏色散人
藏色散人Original
2019-05-21 16:48:119062browse

Python is a computer programming language. It is an object-oriented dynamic type language that was originally designed for writing automated scripts (shells). With the continuous updates of the version and the addition of new language features, it is increasingly used for the development of independent and large-scale projects.

What is python gui?

GUIThe full name is Graphical User Interface, which means graphical user interface. It refers to a computer operation user interface displayed graphically.

It is very convenient to develop gui programs in python.

Python provides multiple graphical development interface libraries. Several commonly used Python GUI libraries are as follows:

Tkinter: The Tkinter module (Tk interface) is a Python Interface to the standard Tk GUI toolkit. Tk and Tkinter can be used on most Unix platforms, as well as on Windows and Macintosh systems. Subsequent versions of Tk8.0 can implement local window styles and run well on most platforms.

wxPython: wxPython is an open source software and an excellent GUI graphics library for the Python language, allowing Python programmers to easily create complete and fully functional GUI user interfaces. .

Jython: Jython programs can be seamlessly integrated with Java. In addition to some standard modules, Jython uses Java modules. Jython has almost all the modules in standard Python that do not depend on the C language. For example, Jython's user interface will use Swing, AWT or SWT. Jython can be dynamically or statically compiled into Java bytecode.

The above is the detailed content of What is python gui?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn