Untitled
user_9519960
plain_text
a year ago
294 B
12
Indexable
import pyautogui import pyperclip def escrever_frase(frase): pyperclip.copy(frase) pyautogui.hotkey('ctrl', 'v') pyautogui.moveTo(x =860, y = 276, duration = 2.0) pyautogui.leftClick() for i in range(10): pyautogui.press('enter' ) escrever_frase('Automação é incrível')
Editor is loading...
Leave a Comment