In chapter 20 of Automate the Boring Things, there is an example that uses pyautogui to draw a spiral. The code uses .drag() to draw each segment, but on each c
.drag()