viniciusvviterbo / ExcelBrush

CLI tool to transform images into spreadsheet paintings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excel Brush

Transform images into spreadsheet paintings

Installing Dependencies

Clone this repository, and:

pip3 install argparse pillow openpyxl

Usage

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

GNU GPL v3.0

About

CLI tool to transform images into spreadsheet paintings.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%