Move a rectangle on the canvas with Python and tkinter

preview_player
Показать описание
For pyhton 3.7, a method to move something, a rectangle, on the screen (on the canvas of the root), with the move method.
Рекомендации по теме
Комментарии
Автор

How do you display a text inside the rectangle?

adrianeilsantos
Автор

You have a mistake in the 'keypress' function. You have x, x, y, x and it should be x, x, y, y

gedtoon