27 lines
293 B
Markdown
27 lines
293 B
Markdown
# CSGOHACKS
|
|
|
|
## How to use?
|
|
|
|
1. Download the `.zip`
|
|
|
|
2. Install Python
|
|
|
|
```powershell
|
|
winget install python
|
|
```
|
|
|
|
3. Install dependencies
|
|
|
|
```powershell
|
|
pip install -r .\requirements.txt
|
|
```
|
|
|
|
4. Run it :)
|
|
|
|
```powershell
|
|
python .\main.py
|
|
```
|
|
|
|
## How to not use?
|
|
|
|
**CTRL + C** will stop the app.
|