Create README.md
This commit is contained in:
36
Tools/_CP14/ColorReplacer/README.md
Normal file
36
Tools/_CP14/ColorReplacer/README.md
Normal 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user