best gui library for python?

closed account (Dy7SLyTq)
i am currently trying to write a gui for my irc client, but am having some trouble finding one. firstly, which one is the best one? i just need the ability to have a bar at the top for options, 3 windows that i can write/draw to, and a text bar. can i do this in pysfml? if so, then i have some errors from installing the library i need help with
Last edited on
closed account (3qX21hU5)
I liked PyQt which is a python binding for QT. Though most of the Python community swears by TkInter and some offshoot wrappers of it. There also is EasyGUI module which is a great starting point if you just want something simple. Really there are plenty of them out there so just like in C++ find one that works best for you https://wiki.python.org/moin/GuiProgramming .

This might be helpful since you seem to be looking for useful python modules https://wiki.python.org/moin/UsefulModules
Last edited on
closed account (Dy7SLyTq)
ill take a look at easygui because it doesnt have to be complicated. and thanks for the module link because yes im not too familiar with the python library
Topic archived. No new replies allowed.