Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ashad001/monkey-on-steroids
- Owner: Ashad001
- Created: 2024-06-20T10:29:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T07:12:23.000Z (4 months ago)
- Last Synced: 2024-07-17T09:14:32.812Z (4 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
![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.