Untitled

 avatar
user_3039773
python
a month ago
206 B
3
Indexable
Never
import pyautogui

pyautogui.moveTo(363,429, duration=2)
pyautogui.click(button='right')
pyautogui.move(100,160, duration=1)
pyautogui.click()
pyautogui.move(300,0, duration=1)
pyautogui.doubleClick()
Leave a Comment