On Apr 12, 12:04 pm, Gabriel <dun...@dreams.sk> wrote:
> r wrote:
> > On Apr 12, 8:07 am, Gabriel <dun...@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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to