On Apr 22, 8:11 am, srinivasan srinivas <sri_anna...@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 -- http://mail.python.org/mailman/listinfo/python-list