Skip to content

Auto typer python

Deps

requirements.txt

txt
PyAutoGUI

Or using rez rez-pip -i PyAutoGUI

py
from pyautogui import typewrite
from pyautogui import hotkey
import time


if __name__ == "__main__":
    hotkey('alt', 'tab')
    time.sleep(1)
    typewrite('')