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 (338) PyQt6 (48) PySide6 (6) PyQt5 (188) Streamlit (0) Tkinter (0) PySide2 (3) Kivy (0)

6th Edition - Create GUI Applications with Python & Qt, Released

PyQt6 & PySide6 books updated for 2025 with model view controller architecture, new Python/Qt features and more examples

How to Show Only Icons in QTableView Cells (Hide Text)

Use custom model roles to display icons without text in your PyQt6 tables

How to Show Only Icons in QTableView Cells (Hide Text)

Use custom model roles to display icons without text in your PySide6 tables

PyQt6 & PySide6 Books Updated for 2024

Extended and updated with new examples and demos, including Model-View-Controller architecture

Introduction to the QGraphics Framework in PyQt6

Creating vector interfaces using the QGraphics View framework

Drag & Drop Widgets with PyQt6

Sort widgets visually with drag and drop in a container

QLineEdit

A Complete Guide to Single-Line Text Input in PyQt/PySide

How to Create a Custom Title Bar for a PyQt6 Window

Build Modern, Stylish Custom Title Bars for Your Python Desktop Apps

How to Restore the Window's Geometry in a PyQt6 App

Make Your Windows Remember Their Last Position and Size

How Trademarks Affect Open Source Software

How do trademarks relate to copyrights and what are the implications for open source software

How to Restore the Window's Geometry in a PyQt5 App

Make Your Windows Remember Their Last Geometry

PyQt6 Book Now Available in Korean: 파이썬과 Qt6로 GUI 애플리케이션 만들기

The hands-on guide to creating Python GUI applications with PyQt6 gets a Korean translation

PyQt vs. Tkinter — Which Should You Choose for Your Next GUI Project?

What Are the Major Differences Between these Popular Python GUI Libraries

How to Create a Custom Title Bar for a PyQt5 Window

Customize Your Python App's Title Bars

Q&A: How Do I Display Images in PyQt6?

Using QLabel and QPixmap to easily add images to your applications

Can You Charge for Open-Source Software?

Making Money from Open-Source Projects

QCheckBox

Toggleable checkable widget

QPushButton

Add clickable buttons to your Python UI

Plotting With PyQtGraph and PyQt6

Create Custom Plots in PyQt6 With PyQtGraph

Which Python GUI library should you use?

Comparing the Python GUI libraries available in 2026

Understanding the GPL and "Copyleft"

When Are Two Open Source Software Licenses Incompatible?

The Basics of Software Copyrights

Why Do You Need to Bother With Licensing at All?

PyQt6, PySide6, PyQt5 and PySide2 Books — Updated for 2022

New 5th editions extended and updated with 780+ pages of Python GUI programming

PyQt5 vs PyQt6

What are the differences, and is it time to upgrade?

Drag & Drop Widgets with PyQt5

Sort widgets visually with drag and drop in a container
1 2 3 4 5 6 7 8 9 10 11 12 13 14