Untitled

Anonymous
python
08/23/2024 2:57 AM
272 B
23
Indexable
import pyautogui
from time import sleep

# Posição de algo usando o mouseInfo
# Fazer algo com essa posição
pyautogui.moveTo(1510,446,duration=2)

for i in range(1000):
    pyautogui.click()
Editor is loading...
Leave a Comment