Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashad001/monkey-on-steroids

Monkey on Steroids automates typing practice on monkeytype by simulating typing words directly from the website.
https://github.com/ashad001/monkey-on-steroids

monkey-type python selenium

Last synced: 5 days ago
JSON representation

Monkey on Steroids automates typing practice on monkeytype by simulating typing words directly from the website.

Awesome Lists containing this project

README

        

# Monkey on Steroids

## Flex your fingers with your typing speed, without even typing!

Monkey on Steroids automates typing practice on [monkeytype.com](https://monkeytype.com/) by simulating typing words directly from the website.

### Features
- Simulates typing directly on monkeytype.com.
- Automatically scrolls and loads new words for continuous typing.
- Skips previously typed words to avoid duplicates. (Not working perfectly)

### Disclaimer
This project is a basic automation script and may not work perfectly in all scenarios. Contributions are welcome to improve its functionality.

### Usage
1. Make sure you have Python 3.x installed.
2. Install the required dependencies:
```
pip install -r requirements.txt
```
3. Clone the repository and navigate into the project folder.
4. Run the script:
```
python main.py
```
5. Enjoy practicing your typing speed!

# Example
![alt text](image.png)

### Contributions
Contributions are welcome! If you have any improvements or bug fixes, feel free to open an issue or pull request.