GUI Programming

norseman norseman at hughes.net
Mon Apr 13 14:33:17 EDT 2009


Gabriel wrote:
> r wrote:
>> On Apr 12, 8:07 am, Gabriel <dun... at dreams.sk> wrote:
>>  
>>> Hello,
>>>
>>> I'm python newbie and i need to write gui for my school work in python.
>>> I need to write it really quick,
>>>     
>> [snip]
>>
>> Tkinter is built-in, why not start there?
>>
>> from Tkinter import *
>> root = Tk()
>> root.mainloop()
>>
>>
>>
>>
>>
>> -- 
>> http://mail.python.org/mailman/listinfo/python-list
>>
>>   
> 
> It seems ugly to me..
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 
===============================
Put your tongue in your cheek:  You have company! :) :)

Steve



More information about the Python-list mailing list