Usage: python main.py --pallete [SEGA/NES] --power [num] --colors [num] --in [input file] --out [output file]
For example:
python main.py --pallete SEGA --power 8 --colors 256 --infile /path/to/image.png --outfile /path/to/pix_image.png
App is working good with *.png and *.jpg
For example, converting with power 8, pallete SEGA and 256 colors:
python -m venv venv
venv\Scripts\activate
pip install pillow
python main.py [arguments]
Pillow
This project has MIT license. You can use it for any purpose, even commercially