def draw_square(top_right_x, top_right_y, side_length,side_height): square = canvas.create_rectangle(top_right_x, top_right_y,bottom_left_x, bottom_left_y, outline ...
this is a pretty basic bot I made that translates an image to a specific size and matches the colours to a 64-colour palette and then emulates mouse movements to draw the image on a gartic phone ...