Untitled
Anonymous
python
10/03/2024 5:48 AM
352 B
15
Indexable
import pyautogui
pyautogui.moveTo(1574,403, duration= 1)
pyautogui.dragTo(1746,402, duration= 1)
pyautogui.hotkey ('ctrl', 'c')
pyautogui.moveTo (1471,995, duration= 1)
pyautogui.click()
pyautogui.hotkey ('ctrl', 'v')
pyautogui.click(1838,989, duration=1)
Editor is loading...
Leave a Comment