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

PySide6 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 PySide6 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)

QPainter and Bitmap Graphics

Introduction to the core features of QPainter

The ModelView Architecture

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

PySide6 Toolbars & Menus — QAction updated

Defining toolbars, menus and keyboard shortcuts with QAction

Transmitting extra data with Qt Signals

Modifying widget signals to pass contextual information to slots

PyQt6 Toolbars & Menus — QAction updated

Defining toolbars, menus and keyboard shortcuts with QAction

PyQt6 Dialogs and Alerts updated

Notify your users and ask for their input

PyQt6 Layouts updated

Use layouts to effortlessly position widgets within the window

PyQt6 Signals, Slots & Events updated

Triggering actions in response to user behaviors and GUI events

PySide6 Layouts updated

Use layouts to effortlessly position widgets within the window

Creating your first app with PyQt6 updated

A simple Hello World! application with Python and Qt6

PySide6 Dialogs and Alerts updated

Notify your users and ask for their input

PySide6 Signals, Slots & Events updated

Triggering actions in response to user behaviors and GUI events

Creating your first app with PySide2

A simple Hello World! application with Python and Qt

Creating your first app with PySide6 updated

A simple Hello World! application with Python and Qt

PySide6 Widgets updated

Using QPushButton, QCheckBox, QComboBox, QLabel, and QSlider widgets

PyQt6 Widgets updated

Using QPushButton, QCheckBox, QComboBox, QLabel and QSlider widgets

Multithreading PyQt6 applications with QThreadPool

Run background tasks concurrently without impacting your UI

First steps with Qt Designer

Use Qt Designer's drag and drop interface to design your PyQt6 GUI

First steps with Qt Designer

Use Qt Designer's drag and drop interface to design your GUI

Create applications with QtQuick

Build modern applications with declarative QML

Create applications with QtQuick

Build modern applications with declarative QML
1 2 3 4 5 6