Monkeytype is a minimalistic and customizable typing test platform. It offers numerous test modes, an account system for saving your typing speed history, and user-configurable features such as themes, sounds, a smooth caret, and more. The Monkeytype bot assists fellow typists who may not have fast typing skills in improving their speed. Remember, 'MONKEY SEE, MONKEY HELP IN MONKEY TYPE.' The bot allows customization of the interval periods between words, with added noise to simulate human-like typing. It can also introduce errors, and the error rate is customizable as well. The bot has achieved a 69% success rate in fooling the auto-detection system in Monkeytype at speeds lower than 130. Give it a try!
git clone https://github.com/CuriousAvenger/MonkeyType-Bot
pip install -r requirements.txt
python3 MonkeyBot.py
- Running MonkeyBot.py should open a browser with instructions
- Avoid using mouse inputs; stick to keyboard inputs like enter
- The failsafe is
esc key
, which will close the program - Customize your code by editing the
constants
inMonkeyBot
class