From c4445c8a875748b51d42f6ec96b877063fb7fe04 Mon Sep 17 00:00:00 2001 From: comasqw Date: Fri, 13 Dec 2024 21:48:10 +0400 Subject: [PATCH] Create README.md --- Tools/_CP14/ColorReplacer/README.md | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Tools/_CP14/ColorReplacer/README.md 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 +``` +