PyQt5 Tutorial

PyQt is a Python library for creating GUI applications using the Qt toolkit. 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.

Start PyQt5 Tutorial

PyQt6 Tutorial

PyQt is a Python library for creating GUI applications using the Qt toolkit. Created by Riverbank Computing, PyQt is free software (GPL licensed) and has been in development since 1999. The latest version PyQt6 -- based on Qt 6 -- was released in 2021 and the library continues to be updated.

Start PyQt6 Tutorial

PySide2 Tutorial

PySide, also known as Qt for Python, is a Python library for creating GUI applications using the Qt toolkit. PySide is the official binding for Qt on Python and is now developed by The Qt Company itself.

Start PySide2 Tutorial

Tkinter Tutorial

Tkinter is a Python library for creating GUI applications using the Tk toolkit. Tkinter comes bundled with Python on both Windows and macOS. (On Linux, it may require downloading an additional package from your distribution's repo.) Tkinter is a wrapper written around the Tk GUI toolkit. Its name is an amalgamation of the words Tk and Interface.

Start Tkinter Tutorial

Showing articles for All (142) PyQt6 (42) PySide6 (39) PyQt5 (44) Tkinter (20) PySide2 (41)

The ModelView Architecture updated

Qt's MVC-like interface for displaying data in views

Displaying tabular data in Qt6 ModelViews

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

Displaying tabular data in Qt ModelViews

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

Displaying tabular data in Qt ModelViews updated

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

Laying Out Your PyQt6 GUIs With Qt Designer

Use Qt Designer to effortlessly build your application UI

Animating custom widgets with QPropertyAnimation

Add dynamic visual effects to your custom widgets

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

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

Plotting with PyQtGraph

Create custom plots in PySide with PyQtGraph

Plotting with Matplotlib

Create PySide plots with the popular Python plotting library

Transmitting extra data with Qt Signals

Modifying widget signals to pass contextual information to slots

Creating Dialogs With Qt Designer

Using the drag and drop editor to build PySide2 dialogs

Creating additional windows

Opening new windows for your application

Creating Dialogs With Qt Designer

Using the drag and drop editor to build PyQt5 dialogs

Creating searchable widget dashboards

Make dashboard UIs easier to use with widget search & text prediction

Creating additional windows

Opening new windows for your application

Creating custom GUI widgets in PySide2

Build a completely functional custom widget from scratch using QPainter
1 2 3 4 5 6