• Python GUIs
    4 replies, posted
I'm making an application in Python, specifics really aren't important. Basically, I need a nice GUI library. Preferably one that's small as it will be included with the application. The current version uses EasyGUI ([url]http://easygui.sourceforge.net/[/url]) but I want to know if there's anything better. So, post your favourite Python GUI libraries! tldr : What do you use for GUIs in Python?
PyGTK / glade.
I think the "smallest" one would be tkinter. [url]http://wiki.python.org/moin/TkInter[/url] There is also PyQt4
[QUOTE=PvtCupcakes;20709121]I think the "smallest" one would be tkinter. [url]http://wiki.python.org/moin/TkInter[/url] There is also PyQt4[/QUOTE] Sorry, I meant in both size and effectiveness. I'm still using EasyGUI since it's < 100 KB and is simple saving me some time.
wxPython produces the nicest cross platform results in my experience, but it is *not* light weight.
Sorry, you need to Log In to post a reply to this thread.