diff --git a/Tools/_CP14/ColorReplacer/README.md b/Tools/_CP14/ColorReplacer/README.md new file mode 100644 index 0000000000..77d09e005b --- /dev/null +++ b/Tools/_CP14/ColorReplacer/README.md @@ -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 +``` +