Untitled
unknown
plain_text
a year ago
171 B
3
Indexable
import pyautogui as pg
pg.hotkey('alt', 'tab')
for i in range(1,5):
pg.moveTo(x=1423,y=180, duration=0.5)
pg.dragTo(x=796,y=217, button='left', duration=0.5)Editor is loading...
Leave a Comment