The most promising Python GUI library #102
jamesdbrock
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The GUI situation in Python is terrible. Everyone wants to write good-looking cross-platform desktop GUIs in Python, and there are tons of projects which are attempting to do so, but they all have serious problems. collagraph looks like the best attempt. collagraph is taking the right approach, which is PySide6 and reactive model-view-update.
There are two other projects taking this approach, but work on both seems to have stalled.
Beta Was this translation helpful? Give feedback.
All reactions