Transform images into spreadsheet paintings
Clone this repository, and:
pip3 install argparse pillow openpyxl
python3 excel_brush.py [-h] -i IMAGE_FILE_PATH [-height HEIGHT] [-width WIDTH]
Inform the image path intended to be replicated and the resolution for the spreadsheet drawing:
Example:
python3 excel_brush.py -h
python3 excel_brush.py -i './image.jpeg'
python3 excel_brush.py -i './image.jpeg' -height 64 -width 64