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

PySide is the official binding for Qt on Python and is now developed by The Qt Company itself.

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

Explore PySide6

Drag & Drop Widgets with PySide6

Sort widgets visually with drag and drop in a container

QLineEdit

A Simple Text Input Widget

Handle command-line arguments with PyQt6/PySide6

Allow users to customize your application at launch

Working With Classes in Python and PyQt

Understanding the Intricacies of Python Classes

QCheckBox

Toggleable checkable widget

QPushButton

Add clickable buttons to your Python UI

Which Python GUI library should you use? updated

Comparing the Python GUI libraries available in 2024

Plotting with Matplotlib

Create PySide6 plots with the popular Python plotting library

Plotting with PyQtGraph

Create custom plots in PySide6 with PyQtGraph

Install Qt Designer Standalone

Qt Designer Download for Windows, Mac and Linux

PyQt6, PySide6, PyQt5 and PySide2 Books -- updated for 2022!

New editions extended and updated, now 780+ pages

PySide2 vs PySide6

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

The QResource System

Using the QResource system to package additional data with your applications

Using QProcess to run external programs

Run background programs without impacting your UI

Add scrollable regions with QScrollArea

Run out of space in your GUI? Add a scrollable region to your application

Simple threading in PyQt/PySide apps with .start() of QThreadPool

How to move Python functions/methods & PyQt/PySide slots onto separate threads

Transmitting extra data with Qt Signals

Modifying widget signals to pass contextual information to slots

Embedding custom widgets from Qt Designer

Learn how to use custom widgets in your PySide6 applications when designing with Qt Designer

Creating Dialogs With Qt Designer

Using the drag and drop editor to build PySide6 dialogs
1 2 3