Python GUI Frameworks

A curated list of popular Python GUI frameworks

Sponsored

Tkinter

Python's standard GUI library. Simple, lightweight, and comes bundled with Python.

Built-in Beginner-friendly
Sponsored

PyQt

Comprehensive framework based on Qt. Powerful with extensive features and widgets.

Feature-rich Cross-platform

wxPython

Native-looking applications with a robust set of widgets and tools.

Native look Cross-platform

Kivy

Modern framework for multi-touch applications. Great for games and interactive applications.

Multi-touch Mobile-friendly

PyGObject

GTK bindings for Python, ideal for creating GNOME applications.

Linux-native GTK-based

Dear PyGui

Fast and modern GUI framework with a focus on performance and simplicity.

High-performance Modern design

PySide

The official set of Python bindings for Qt libraries. Very similar to PyQt with LGPL license.

Free license Cross-platform

Flexx

Web-based GUI framework that converts Python code to HTML and JavaScript.

Web-based Python to JS

Eel

Eel allows for building simple Electron-like desktop apps with HTML/CSS/JS and Python.

Electron-like Web technologies

Toga

Cross-platform GUI toolkit and part of the BeeWare project, focused on native application development in Python.

BeeWare project Cross-platform

PySimpleGUI

An easy wrapper around popular GUI frameworks, aimed at simplifying GUI development.

User-friendly Simplified syntax

PGU

Embeds a GUI framework within the Pygame library to develop games with graphical interfaces.

Game-focused Pygame integration

PyForms

A Python development framework used for creating GUI applications for WinForms, Web, and Terminal.

Versatile Multi-platform

Libavg

Suitable for media art and installations, offering a higher-level framework for multimedia applications.

Media-rich High-level

Remi

A GUI library allowing development of operable applications on web servers without needing web development skills.

Web GUI Server-side

Gooey

Converts terminal scripts into beautiful user-interface applications with zero code changes.

Terminal to GUI No code changes

Wax

Simple to use and effective, Wax extends wxPython with more user-friendly components.

wxPython extension Simplified components

GTK+

A multi-platform toolkit for creating graphical user interfaces, emphasizing ease of use.

Versatile toolkit Cross-platform

urwid

A library for developing text-based user interfaces with complex widget functionality.

Text-based Widget functionality

Tkinter Designer

An intuitive tool that simplifies the creation of Tkinter GUIs with a WYSIWYG approach.

WYSIWYG Tkinter extension

FLTK

A cross-platform GUI toolkit known for its small footprint and speed, suitable for basic UIs.

Lightweight Cross-platform

Pyglet

A cross-platform windowing and multimedia library for Python, great for games and multimedia applications.

Multimedia-focused Cross-platform

SL4A

Enables the use of Python and other languages for Android app development, ideal for scripting tasks on Android.

Android scripting Mobile-friendly

wxGlade

A GUI designer written in Python that creates wxWidgets or wxPython code, allowing easy layout design.

GUI Designer wxPython-based

XRCed

A simple resource editor for XRC, which wxPython applications use to define their GUI layout.

Resource Editor wxWidgets

KivyMD

Extension of the Kivy framework, it provides a set of widgets that implement Google's Material Design.

Material Design Kivy Extension

PytoGUI

A versatile toolkit for building GUIs that is easy to use and integrates with various Python applications.

Versatile Integration-friendly

Enaml

Provides a clean declarative syntax for defining UIs, blends Python with dynamic UIs seamlessly.

Declarative Dynamic UIs

PyGTK

A set of Python wrappers for GTK, a library used for creating graphical user interfaces.

GTK based Cross-platform