Latest articles

Latest updates from across the Python GUIs site. New tutorials, tips & updates added each month.
Showing articles for All (25) PyQt6 (6) PySide6 (10) PyQt5 (2) Streamlit (0) Tkinter (1) PySide2 (1) Kivy (0)

Displaying Tabular Data in PySide6 ModelViews

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

Packaging PySide6 applications for Windows with PyInstaller & InstallForge

Turn your PySide6 application into a distributable installer for Windows

Packaging Tkinter applications for Windows with PyInstaller & InstallForge

Turn your Tkinter application into a distributable installer for Windows

The ModelView Architecture in PySide6

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

Packaging PyQt5 applications into a macOS app with PyInstaller

Turn your PyQt5 application into a distributable macOS .app bundle

PyQt5 vs PyQt6

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

PySide2 vs PySide6

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

Using Postgres with Qt & Python on Windows, fixing QPSQL driver not loaded

Setting PATH to use the Postgres library with PyQt5, PyQt6, PySide2 & PySide6

Packaging PyQt5 applications for Windows with PyInstaller & InstallForge

Turn your PyQt5 application into a distributable installer for Windows

PySide6 Signals, Slots & Events

Triggering actions in response to user behaviors and GUI events

PySide6 Layouts

Use layouts to effortlessly position widgets within the window

Drag & Drop Widgets with PySide2

Sort widgets visually with drag and drop in a container

Drag & Drop Widgets with PyQt5

Sort widgets visually with drag and drop in a container

PySide6 Dialogs and Alerts

Notify your users and ask for their input

Animating Custom Widgets With QPropertyAnimation in PyQt6

Add dynamic visual effects and smooth animations to your custom PyQt6 widgets

The QResource System in PySide6

Using the QResource system to package additional data with your applications

PyQt6 Signals, Slots & Events

Triggering actions in response to user behaviors and GUI events

Packaging PyQt6 applications for Windows with PyInstaller & InstallForge

Turn your PyQt6 application into a distributable installer for Windows

Add Scrollable Regions With QScrollArea in PyQt6

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

Add Scrollable Regions With QScrollArea in PySide6

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

PyQt6 Layouts

Use layouts to effortlessly position widgets within the window

Using QProcess to Run External Programs in PyQt6

Run background programs without impacting your UI
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20