qutomação mineração

automação com pyautogui
 avatar
CARLOS2025
python
a year ago
132 B
7
Indexable
import pyautogui
from time import sleep

pyautogui.moveTo(772,473)
for i in range(100):
    sleep(0.5)
    pyautogui.click()
Editor is loading...
Leave a Comment