Latest articles

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

Kivy's Complex Widgets

Learn How to Use Kivy's Complex UX Widgets in Your Apps

Multithreading PyQt6 applications with QThreadPool

Run background tasks concurrently without impacting your UI

PySide6 Toolbars & Menus — QAction

Defining toolbars, menus, and keyboard shortcuts with QAction

Getting Started with Streamlit

Build your first Streamlit app and explore some basic features

PyQt6 Toolbars & Menus — QAction

Defining toolbars, menus, and keyboard shortcuts with QAction

Multithreading PySide6 applications with QThreadPool

Run background tasks concurrently without impacting your UI

Build a To-do App With Python and Kivy

Manage Your Todo Items With Ease

Which Python GUI library should you use?

Comparing the Python GUI libraries available in 2025

Tkinter Widgets

A walkthrough of Tkinter's basic widgets

Basic Kivy Widgets

Learn the Basics of UX Widgets in Kivy

Getting Started With PyCharm for Python GUI Development

The Python-Specific Integrated Development Environment

Building a Translation Application Using Tkinter

Translate Your Text With Python and Tkinter

Introduction to the QGraphics Framework in PySide6

Creating vector interfaces using the QGraphics View framework

Build a Translation Application Using Tkinter and OpenAI

Use ChatGPT to Translate Your Text from Python

PyQt6 & PySide6 Books updated for 2025

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

Introduction to the QGraphics Framework in PyQt6

Creating vector interfaces using the QGraphics View framework

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

Using QLabel to easily add images to your applications

Drag & Drop Widgets with PySide6

Sort widgets visually with drag and drop in a container

Working With Python Virtual Environments

Setting Your Python Working Environment, the Right Way

Plotting With PyQtGraph and PyQt6

Create Custom Plots in PyQt6 With PyQtGraph

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

Using QLabel to easily add images to your applications

Drag & Drop Widgets with PyQt6

Sort widgets visually with drag and drop in a container

QLineEdit

A Simple Text Input Widget
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21