• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Found a really nice Python GUI library - appJar

AtaruMoroboshi18

Senior member
I just have to post and praise this little GUI library. It's incredibly clear/clean with tons of documentation. Nearly every single widgets can be configured, placed, messed with, and even given functions directly to the widget.

http://appjar.info/

I now use this with nearly any Python script I create and I have to tell you, being able to change a GUI in moments flat really makes a difference to nearly anything I write instead of just relying on a console window! Anyway, just wanted to post this as it's very quickly becoming a staple for me in Python.
 
Back
Top