Untitled

 avatar
unknown
plain_text
2 months ago
219 B
6
Indexable
import pyautogui
import pyperclip

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

pyautogui.moveTo(743,338,duration= 2)
pyautogui.click()
escrever_frase('automoção é incrivel')
Editor is loading...
Leave a Comment