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)

Create a Settings window

Published 18.03.2021

PyQt6 vs PySide6

What's the difference between the two Python Qt libraries? ...and what's exactly the same (most of it)

PDF Report generator

Generate custom PDF reports using reportlab & pdfrw

About PyQt6 and PySide6

Published 12.02.2021

Displaying tabular data in Qt6 ModelViews

Create customized table views with conditional formatting, numpy and pandas data sources.

Creating searchable widget dashboards

Make dashboard UIs easier to use with widget search & text prediction
1 2 3 4 5 6 7 8 9 10 11 12