PyQt Tutorial

Create a graphical user interface with Python PyQt, the most popular GUI module.

Python is not limited to making terminal applications. Why not make desktop apps? Applications made with Python and Pyqt work on Windows, Mac and Unix.

Related course: Create PyQt Desktop Appications with Python (GUI)arrow-up-right

Install PyQt

To install Pyqt type

What can I make with PyQt?

Any graphical application. Qt works on Windows, Mac OS X and Linux.

The webbrowser Konqueror is made with Qt:

pyqt app konquerror

Learn PyQt

Create a desktop app with PyQt:

Reference : https://pythonprogramminglanguage.com/pyqt/arrow-up-right

Last updated