laura's digital garden

Search

Search IconIcon to open search

Python UIs

Last updated Jun 22, 2023

# Some considerations

# Some packages

# dearpygui

Qt (Pyside/PyQt) pip install pyqt6

create an instance, then create a widget a question - do you need to understand multithreading in python other libraries:

# streamlit.io

# nicegui.io

Not a lot of ways to configure the style but good for getting something quickly out the door.

# Tkinter “t-kay-inter”

nice thing is all the GUIs look the same on different platforms. looks a little old fashioned

# textualize