Where's GUI for Python?

Tim Chase python.list at tim.thechases.com
Sat Mar 1 17:05:50 EST 2008


> I'm certain there is an API for creating
> GUI's but as far i can find it in the
> http://docs.python.org/tut/tut.html
> the only "gui" is in "Guido".
> 
> What do i miss?


The batteries-included GUI:

   import tkininter

Add-on solutions include wxPython, PythonCard and many others.  GIYF:

   http://google.com/search?q=python+gui

-tkc





More information about the Python-list mailing list