Create README.md

This commit is contained in:
comasqw
2024-12-13 21:48:10 +04:00
parent 1f1b9132d7
commit c4445c8a87

View File

@@ -0,0 +1,36 @@
# Color Replcaer
## The right version of python: 3.10+
## Settings
### Pallets in - pallets.py
### Main settings in - main.py
## Dependencies Install
in console
```bash
pip install -r requirements.txt
```
or just run
```bash
install_packages.bat
```
## Run
in console
```bash
python main.py
```
or just run
```bash
run.bat
```