Untitled

Anonymous
plain_text
07/26/2024 12:45 PM
248 B
25
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