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)

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:

Learn PyQt

Create a desktop app with PyQt:

Reference : https://pythonprogramminglanguage.com/pyqt/

Last updated