EvilZone
Programming and Scripting => Projects and Discussion => : xC August 18, 2013, 05:19:43 AM
-
Anyone used and/or recommend it? Trying to find an accredited GUI development framework for Python. I looked into Kivy but that wasn't what I was looking for. Any suggestions?
-
It's really popular. I've known a lot of people to use it. There are a lot of resources and tuts also. Qt is popular by itself anyway.
I personally never used it though. I don't do a whole lot of GUI work and the provided tkinter lib suffices my needs; tk is also good but less popular and flexable.
-
I recently started playing around with it (just one week ago). Can't say much but I already like it. Has a lot more to offer than tkinter (thats what I used before). If you are looking for a good resource try this: http://evilzone.org/ebooks/rapid-gui-development-with-qt-and-python/
Cheers,
RBA
-
take a look about pyGTK http://www.pygtk.org (http://www.pygtk.org/)