MonkeyType Cheater

Adeel SyedAdeel Syed
1 min read

Purpose of the Code

https://monkeytype.com/ is a typing test website to test your typing speed. I wanted to write code that cheats it and gets a really high wpm (words per minute) every time.

Code implementation

Firstly, I used selenium for this project because it is a web driver that can pretty easily automate a browser. To ensure smooth code execution, I set MonkeyType to display 25 words at a time. This way, all words fit on the screen and Selenium can easily read them in a single pass. Then selenium would automatically input all the words in the typing test and get infinite words per minute. Finally, I was experimenting with flask, so I put all of this code in a flask server, and added a button that runs the code.

Video Demonstration

https://github.com/AdeelSyed897/MonkeytypeCheater

11
Subscribe to my newsletter

Read articles from Adeel Syed directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Adeel Syed
Adeel Syed

Hi! My name is Adeel Syed and I am currently a senior at Westlake High School. I am mainly a self-taught coder, but I have taken some java classes at Westlake. Feel free to contact me at adeelsyed2004@gmail.com!