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: about 1 month ago
JSON representation
Monkey on Steroids automates typing practice on monkeytype by simulating typing words directly from the website.
- Host: GitHub
- URL: https://github.com/ashad001/monkey-on-steroids
- Owner: Ashad001
- Created: 2024-06-20T10:29:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T07:12:23.000Z (almost 2 years ago)
- Last Synced: 2025-08-10T22:48:55.623Z (11 months ago)
- Topics: monkey-type, python, selenium
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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