0
Using tkinter to create GUI #2
How to make animations with tkinter?(This is what I really want to know)
2 Answers
+ 2
you can use canvas
I don't recommend using tkinter you should use a newer GUI framework(tkinte is based on tcl/tk which is also ancient)
+ 2
You should learn turtle module which is provided by python mostly used to make animations.