criação de pasta com pyautogui

criação de pasta com pyautogui
 avatar
CARLOS2025
python
a year ago
160 B
11
Indexable
import pyautogui

pyautogui.rightClick(x=-207,y=612,duration=1)
pyautogui.leftClick(x=-279,y=528,duration=1.5)
pyautogui.leftClick(x=-580, y=120,duration=1)
Editor is loading...
Leave a Comment