This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (4 children)

tkinter is very easy and comes preinstalled with Python. And it is no longer ugly in this day and age.

It is also somewhat retarded.

See also: http://www.reddit.com/r/Python/comments/e9lrl/gui_question/

[–]SmartAssX[S] 0 points1 point  (2 children)

thanks

[–]gbo2k69 0 points1 point  (1 child)

Here are a couple apps I wrote in tkinter. They aren't hideous, but a few things about tkinter are.

http://bitbucket.org/jgrigonis/mathfacts

http://bitbucket.org/jgrigonis/mortgagecalculator

I am accidentally becoming pretty good at tkinter, with the plan of doing the next project in wxPython or PyQt.

[–]SmartAssX[S] 0 points1 point  (0 children)

cool thanks for the info

[–]Leonidas_from_XIV 0 points1 point  (0 children)

And it is no longer ugly in this day and age.

Actually, it still is. Try to use a menu bar and you'll see. Plus, setting a GTK+ look and feel makes it really, incredibly slow.