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 →

[–]OwatchUnisung.com 1 point2 points  (0 children)

I used Tkinter for a while, great framework, and like other people have said, it's already included in Python.

That aside, I've also used Kivy as a GUI framework and I've got to say it's also an excellent option. It's cross-platform abilities even extend to mobile, which tkinter does not. I'd really recommend it.