This suggests a simple example bouncing a small rectangular ball around the canvas. The only new idea we need is some way of executing the move function after a regular time interval. You could do ...
I wrote tkinterTutor for my Python class who were struggling to get tkinter working properly. Whilst tkinter is an excellent GUI (Graphical User Interface) module for developing Windows-based screens ...