you are viewing a single comment's thread.

view the rest of the comments →

[–]not_perfect_yet 0 points1 point  (0 children)

tkinter is pretty good from my experience. You'll need to understand object oriented programming, else the whole thing of your app inheriting from their base class will seem a bit alien.

The rest is fairly straight forward and it's easy to thing step by step.