GUI Programming

laplacian42 at gmail.com laplacian42 at gmail.com
Wed Apr 15 01:17:08 EDT 2009


On Apr 12, 12:04 pm, Gabriel <dun... at dreams.sk> 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()
>
>
> It seems ugly to me..

If it's only the lack of antialiasing that's bothering you, don't
worry -- I'm pretty sure that the next minor Python release finally
fixes that ( http://code.google.com/p/python-ttk/wiki/Screenshots ).

Read more about it here:
http://docs.python.org/dev/library/ttk.html

or, for Python 3:
http://docs.python.org/dev/py3k/library/tkinter.ttk.html

Tkinter is fast and easy.



More information about the Python-list mailing list