Metadata-Version: 2.1
Name: typeracer_cheat
Version: 0.0.1
Summary: A program that allows one to achieve extremely high speeds on typeracer.com on all game modes.
Home-page: https://github.com/RoastSea8/typeracer-cheat
Author: RoastSea8 (Aditya Tomar)
Author-email: aditya26042005@gmail.com
License: MIT
Keywords: typeracer,cheat,typeracercheat,typecheat,typefast,chromedriver,selenium,onlineraces
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# typeracer-cheat
A program that allows one to achieve extremely high speeds on typeracer.com on all game modes.

## Demo:


## Install:
#### Python 3.6 or higher is required
```sh
pip3 install typeracer_cheat
```

## Usage:
To run cheat, enter `type_cheat` in command line.


## Change typing speed
To change the typing speed, locate this line in [`main.py`](https://github.com/RoastSea8/typeracer-cheat/blob/master/typeracer_cheat/main.py):
```python
time.sleep(.009)
```
Change the value inside the parentheses: `.009` means that the typing speed is 1 character every .009 seconds, or 1 character every 9-thousandth of a second.


