GUI - Windows: Where to get started

paron rphillips at engineer.co.summit.oh.us
Wed Jul 27 06:49:42 EDT 2005



Ernesto wrote:
> Hi all,
>
> Would anyone know a good place to start for learning how to build
> simple GUI's in Windows XP?  I just want users to be able to select a
> few parameters from a pull-down menu, then be able to run some batch
> files using the parameters from the pull down menus.  I would also need
> a "Browse" menu, so users could point to a place on the local disc (ie
> C:\PointSystemHere).  Can anyone give a noob some tips?  THANKS!!!

You probably already know HTML. You might use CherryPy and put the GUI
in a browser. See http://www.cherrypy.org/wiki/SingleClickAndRun for
demo code.

I think it's the simplest GUI going for python, plus your users already
know a lot about how to use a browser.

Ron




More information about the Python-list mailing list