human benchmark
1.0.0
為了好玩,編寫在人類基準測試中表現良好的腳本,可以在這裡找到: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
目標訓練器: node aim_trainer.js
黑猩猩測試: TODO
號碼記憶: TODO
反應時間(Python [慢]): python3 reaction_time.py
反應時間(JavaScript [FAST]): node reaction_time.js
序列記憶體: TODO
打字: python3 typing.py
言語記憶: python3.8verbal_memory.py
視覺記憶: TODO
機器人: