Found a really nice Python GUI library - appJar

AtaruMoroboshi18

Senior member
Apr 1, 2005
552
1
81
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.
 
  • Like
Reactions: MrBailey