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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions