- Download the latest code from the main branch.
- Install a Python IDE if you don't already have one. I recommend PyCharm as they give out free Student Licenses.
- Open HumanType.py with your prefered IDE.
- Install PyAutoGUI, Pynput, and Pyperclip in the "Python Packages" section of your IDE, or with this command:
pip install pynput pyautogui pyperclip
- Copy the AI-generated text, and use
CTRL + SHIFT + I
to start the typing process. - If you need to stop the script, use
CTRL + SHIFT + O
to end the process.
- Word Pauses
- Sentence Pauses
- Mystyped Characters
- Spelling Fixes
Enable / Disable these features in the code.