Untitled

 avatar
unknown
plain_text
a year ago
226 B
3
Indexable
import pyautogui
import pyperclip

def escreva_frase(frase):
    pyperclip.copy(frase)
    pyautogui.hotkey('ctrl', 'v')
pyautogui.moveTo(956,221,duration=2)
pyautogui.click()
escreva_frase("Automação é Incrivel !")
Editor is loading...
Leave a Comment