Untitled

Anonymous
plain_text
12/28/2024 2:35 PM
292 B
23
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