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)

Q&A: Are there any built-in QIcons?

Using built-in icons for your apps.

Are there any built-in QIcons?

Using Qt's built-in icons to style your apps

Fbs error Python 3.8

Published 11.05.2020

QWebEngine in Qt Designer

Published 11.05.2020

Coordinates on `QPainter`

Published 10.05.2020

Pause a running worker thread

Put a running task on hold, waiting for the UI

What does @Slot() do?

Published 10.05.2020

Q&A: How to check if a QLineEdit is empty?

Empty strings are falsey in Python
1 2 3 4 5 6 7 8 9 10 11 12