[Tutor] Tutor Newbie

Monika Jisswel monjissvel at googlemail.com
Fri Aug 1 13:15:54 CEST 2008


it would take learning to use some of the modules that help create GUIs.
they are : wx and Tkinter

2008/7/25 Sam Last Name <the_sam_smart at yahoo.com>

> Hey guys, need some info on "programs" :)
>
>
> Heres a Very simple Script that works with basically any numbers.
>
>
> width = input("What is the Width?")
> length = input("What is the Length?")
> area = width*length
> print area
>  # my question is what would it take (programs, extra stuff in script,
> ect..) to make this a nice looking usable desktop program?
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20080801/2915d554/attachment.htm>


More information about the Tutor mailing list