Untitled

 avatar
unknown
plain_text
a year ago
184 B
12
Indexable
import pyautogui
from time import sleep
# Posição algo 
# Fazer algo com essa posição
pyautogui.moveTo(367,373,duration=2)
for i in range(155):
    sleep(0.3)
    pyautogui.click()
Editor is loading...
Leave a Comment