Graphical User Interfaces

This is a list of GUIs i found for Python with some comments about their usability for me.

TKInter

The bread and butter GUI.

🟢 It comes with Python 🔴 It looks horrible on any system.

Additional TKInter tools

Fav Link Notes
TKinter Designer Tkinter Designer was created to speed up the GUI development process in Python. It converts Figma designs to TKinter.
Sun Valley Theme A modern looking theme for TKInter
CustomTkinter UI-Library CustomTkinter is a python UI-library based on Tkinter, which provides new, modern and fully customizable widgets.

PyQt/PySide

🟢 Huge library of widgets

🔴 Quite complex, lends itself to bigger projects

PySimpleGUI

Website

It's basically a wrapper for other frameworks. Makes Qt easier.

DearPyGUI

DearPyGui is a wrapper for the GUI framework DearImGui which simulates a traditional retained mode GUI (as opposed to DearImGui's immediate mode paradigm).

DearPyGui on Github

AppJar

Written by a teacher, in the classroom, for students.

Textual

A Rapid Application Development framework for Python to run your apps in the terminal or a web browser.

https://textual.textualize.io/