Untitled

 avatar
user_3815867
plain_text
a year ago
177 B
7
Indexable
app.py

import pyautogui
from time import sleep

pyautogui.moveTo(1288,19, duration=5)
sleep(0.1)
pyautogui.click
pyautogui.moveTo(1081,11,duration=5)
sleep(0.1)
pyautogui.click
Editor is loading...
Leave a Comment