GUI

Maurizio Turatti mturatti at yahoo.com
Fri Oct 27 13:00:03 EDT 2000


wxPython is very nice and fast. You should try it, it's easy to learn
and fun to program with (and powerful indeed). It's based on wxWindows
C++ API.

http://wxPython.org

Tkinter is based on Tk. I think it's a bit slower than wxPython, but not
much really. It's a little "low level" than wxPython, but maybe better
documented.
See http://www.python.org/topics/tkinter/ for infos.

You'll be surprised by python GUI tools' quality, I bet.

Maurizio


Hajnalka Köntös wrote:
> 
> Hi,
> Is it possible to write graphical user interfaces in python? Do I need a spec.
> library .. for that? Is there a documentation describing the graphical
> functions?
> Thanx,
> Hajni



More information about the Python-list mailing list