1

 2 // Benchmark project page

 3 // I got the idea to do this from CodeBullet

 4 // -------------------------------------------------------------------------------------------------------------------------------------------

 5

 6 class Benchmark: public Project {

 7

 8    name: BenchMark

 9

10    desc: Collection of Python scripts using PyAutoGUI to automate tasks in various Human Benchmark tests,

11          such as Reaction Time, Aim Trainer, Verbal Memory, Visual Memory, Sequence Memory, and Chimp Test

12

13    tools: Python, PyAutoGUI

14

15    github_link: Click here

16

17 }

18

19

20

21

22

Terminal