What is the best framework or module in Python for a small GUI based application development?

Mike Driscoll kyosohma at gmail.com
Wed Apr 22 10:21:33 EDT 2009


On Apr 22, 8:11 am, srinivasan srinivas <sri_anna... at yahoo.co.in>
wrote:
> Hi,
> Could you suggest me some modules in Python which can be used to develop GUI based applications? and tell me which could be the best(in terms of efficiency) one for a small GUI based application development?
>
> Thanks,
> Srini
>

See the Python Wiki: http://wiki.python.org/moin/GuiProgramming

Python comes with Tkinter, which is good for simple programs and some
of the people on this list use it for very complicated programs. I
like wxPython. There are many others as well. It really depends on
what you want to do and whether or not you need special widgets.

- Mike



More information about the Python-list mailing list