human benchmark
1.0.0
For fun, write scripts that do very well on the human benchmark tests, which can be found here: https://humanbenchmark.com/
pip3 install pyautogui # Mouse/Keyboard/Screen Control
npm install open // js open websites
npm install robotjs // equivalent of pyautogui for JS
sudo apt install tesseract-ocr // install tesseract on command line (image recognition)
sudo apt install libtesseract-dev // not sure if this one is actually necessary
Aim Trainer: node aim_trainer.js
Chimp Test: TODO
Number Memory: TODO
Reaction Time (Python [SLOW]): python3 reaction_time.py
Reaction Time (JavaScript [FAST]): node reaction_time.js
Sequence Memory: TODO
Typing: python3 typing.py
Verbal Memory: python3.8 verbal_memory.py
Visual Memory: TODO
robotjs: