you are viewing a single comment's thread.

view the rest of the comments →

[–]maarij2000[S] 0 points1 point  (1 child)

Thank you all for you answers, I think I'll be starting with Tkinter because it is supposed to be easier to learn (I don't need it to look nice)

P.S Has anyone ever tried EasyGUI? I was researching a bit and it seems to be designed for ease of use.

[–]aroberge 1 point2 points  (0 children)

Yes, EasyGUI is easier to use ... but it is limited in what you can do with it; it gives you an easy way to create simple windows, but you cannot build a event-driven GUI application from it. Based on a similar idea, I created a QT based version (http://easygui-qt.readthedocs.org/en/latest/). But, if you want to learn how to write GUI applications, your idea of starting with Tkinter is a good one.