PyQt is a Python binding of the cross-platform GUI toolkit Qt. Applications built with PyQt will run on any platform supported by Qt & Python including Windows, OS X, Linux, iOS and Android.

Created by Riverbank Computing, PyQt is free software (GPL licensed) and has been in development since 1999. PyQt5 was released in 2016 and last updated in October 2021.

For a complete guide to desktop application development with Python & PyQt, see the PyQt5 tutorial and my PyQt5 book Create Simple GUI Applications with Python & Qt.

Explore PyQt

Showing articles for All (290) PyQt6 (120) PySide6 (91) PyQt5 (243) Tkinter (84) PySide2 (88)

Impossible Translations

Published 27.06.2020

PyQt vs PySide Licensing

Everything you need to know about LGPL and GPL for your PySide/PyQt applications

Creating dynamic TextBox's

Published 17.06.2020

Package compatability

Published 14.06.2020

Debugging widgets not appearing in Qt applications

How to figure things out when something goes wrong

QtChart vs Pyqtgraph

Published 04.06.2020

Checkboxes in Table Views with custom model

Show check boxes for boolean values

Importing the .ui form

Published 25.05.2020

How to Show Qmenu Title

Published 24.05.2020

Transmitting extra data with Qt Signals

Modifying widget signals to pass contextual information to slots

PySide2 Layouts

Use layouts to effortlessly position widgets within the window
1 2 3 4 5 6 7 8 9 10 11 12