Untitled

 avatar
unknown
plain_text
a year ago
240 B
14
Indexable
import pyautogui
import pyperclip

def digitar_frase(frase):
    pyperclip.copy(frase)
    pyautogui.hotkey('ctrl', 'v')

pyautogui.moveTo(1553,288, duration=2)
pyautogui.click(duration=2)
digitar_frase('Automação é Incrivel!!')
Editor is loading...
Leave a Comment