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)

Brown Note, desktop Reminder

Relieve your creative blockages with these interactive desktop reminders.

Failamp, a Multimedia Player

Multimedia playlist and player in Python, using PyQt

QtWebEngineWidgets, the new browser API in PyQt 5.6

Simplified page model and asynchronous methods

Tabbed web browsing

Use signal redirection to add a multi-tab interface

Mozzerella Ashbadger

The first steps building the browser with PyQt5

Adding application Help and About dialogs

Put some finishing touches to your application

Open and save HTML in a PyQt5 browser

Adding file dialogs to load and save HTML

15 Minute Apps

Common desktop apps in Python, using PyQt

Multithreading PyQt5 applications with QThreadPool

Run background tasks concurrently without impacting your UI

No2Pads, a simple Notepad clone

The QTextEdit widget does 90% of the work

PyQtConfig

A simple API for keeping your PyQt Widgets and config in sync

ColorButton

A color-selector tool for PyQt
1 2 3 4 5 6 7 8 9 10 11 12