Untitled
unknown
plain_text
a year ago
252 B
15
Indexable
import pyautogui
import pyperclip
def escrever_frase(frase):
pyperclip.copy(frase)
pyautogui.hotkey('ctrl','v')
pyautogui.moveTo(796,162,duration=1)
pyautogui.click()
escrever_frase('Automação é Incrivel!')
time.sleep(2)
Editor is loading...
Leave a Comment