In this video you’ll learn how to move images on a Canvas with TKinter and Python.
First I’ll show you how to add images to a Canvas. You’ll learn about the coordinate system and how to call an image file using PhotoImage.
After that I’ll show you how to move an image around using your keyboards arrow keys.
Add comment