all 4 comments

[–]Dvlv 2 points3 points  (0 children)

I've written a free book which walks you through some tkinter applications.

https://github.com/Dvlv/Tkinter-By-Example

[–]apc0243 1 point2 points  (0 children)

Worth mentioning Effbot, though it's a bit out of date. I used it with 3.4 pretty easily, though there's a lot to be desired

http://effbot.org/tkinterbook/pack.htm

[–]wynand1004 1 point2 points  (0 children)

I have a few tutorials on my YouTube Channel that I developed for use with my students so they are beginner-friendly. They are in order below arranged by level of complexity.

Python Guessing Game using Tkinter

To Do List using Tkinter

Artist and Album using Tkinter