Schreiben Sie zum Spaß Skripte, die bei den menschlichen Benchmark-Tests sehr gut abschneiden. Diese finden Sie hier: 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
Schimpansentest: TODO
Zahlenspeicher: TODO
Reaktionszeit (Python [LANGSAM]): python3 reaction_time.py
Reaktionszeit (JavaScript [FAST]): node reaction_time.js
Sequenzspeicher: TODO
Eingabe: python3 typing.py
Verbales Gedächtnis: python3.8 verbal_memory.py
Visuelles Gedächtnis: TODO
robotjs: