Python UIs
# Some considerations
- a python ui might not be displayed on a typical windows desktop as we might be most used to
# 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:
- PySide6
- PyQt. A good commercial choice. www.qt.io/group
# 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
# Other related tools
- Django
- Flask