Untitled

 avatar
unknown
python
5 months ago
147 B
2
Indexable
import pyautogui
from time import sleep

pyautogui.moveTo(1191,462,1)
for i in range(25):
    pyautogui.scroll(-100)
    pyautogui.sleep(0.2)
Editor is loading...
Leave a Comment