Skip to content

Instantly share code, notes, and snippets.

@JoneSabino
Created August 15, 2020 01:31
Show Gist options
  • Save JoneSabino/aee94e6c35bc6942de902a76311c93c7 to your computer and use it in GitHub Desktop.
Save JoneSabino/aee94e6c35bc6942de902a76311c93c7 to your computer and use it in GitHub Desktop.
from pyautogui import press, typewrite, hotkey
press('a')
typewrite('uma frase qualquer')
hotkey('ctrl', 'alt', 'del')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment