EvilZone

Programming and Scripting => Projects and Discussion => Topic started by: xC on August 18, 2013, 05:19:43 AM

Title: PyQt
Post by: xC on 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?
Title: Re: PyQt
Post by: techb on August 18, 2013, 06:05:39 AM
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.
Title: Re: PyQt
Post by: RedBullAddicted on August 18, 2013, 08:27:04 AM
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
Title: Re: PyQt
Post by: Ethereal on September 11, 2013, 09:52:42 PM
take a look about pyGTK http://www.pygtk.org (http://www.pygtk.org/)