[Tutor] Another newbie: looking for GUIs

Denis spirou@carolo.net
Sun, 21 Nov 1999 03:07:40 +0100


FFlores wrote:
> 
> Is there a good GUI that I could use to execute a program
> in Windows 95? 

The (up to now) standard is Tkinter
Have a look at http://www.python.org/topics/tkinter
Alternatives exist.

> How do I create a window, for example? 

for a Hello World window :
http://www.pythonware.com/library/tkinter/introduction/hello-tkinter.htm

> Do I have to use the Win32 API? (please tell me no...)
no
;-)


Denis