Skip to content

LeadSeason/ColorMatch-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorMatch-py

Converts Image to have a specific color scheme

about

Simple project made in a day.

example output

Original Transformed

Similar projects

Ascii-py
BB-to-xterm
ColorMatch-cpp Project remade in python for better performace

Install dependencies

python -m venv venv
source venv/bin/activate        # Bash/Zsh
source venv/bin/activate.fish   # Fish
pip install -r requirements.txt

Usage

 → python main.py --help                                   
usage: main.py [-h] [-o OUTPUT] [-c COLORS] convert_file

positional arguments:
  convert_file          image file to be converted

options:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        File to output procesed image
  -c COLORS, --colors COLORS

faq

sauce for example?

by kataro

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages