This program computes a painting-by-numbers template from pictures your choice.
For now there is no installer yet. So here are the steps to get the application running.
First of all you need to download the repository and unzip it. Then you need to have anaconda installed on your machine. Anaconda Download Page
Open up a shell and navigate to the root of the repository and run the command ./run.sh
.
This shell-script sets everything up for you and starts the application.
These steps only have to be taken once.
- Press the windows key and search for
Anaconda Prompt
and execute it. - Use the command
conda init
to make the commandconda
available in the Command Prompt. - Change the directory to your root of the downloaded application.
- Use the command
conda env list
to list all virtual environments and check if there is the environmentcbn
installed. - If the environment
cbn
is not installed, use the commandconda env create -f environment.yml
to setup everything the application needs.
- Open up
Command Prompt
orAnaconda Prompt
. - Change the directory to the folder
src/
that is located in the root of the downloaded repository. - Run
conda activate cbn
to activate the virtual environment. - Start the application with
python ColorByNumber.py
.
- Start the program.
- Browse a picture or photo of your choice.
- Makes some configurations and press start. :sparkles:magic:sparkles:
- Press export and print it.
- Color your photo and enjoy! 😄