Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 833 Bytes

README.md

File metadata and controls

55 lines (34 loc) · 833 Bytes

Build Status

xlart

Excel art generator

Sample Screenshots

Installation

Using PIP

$ pip install xlart

Using setup

$ python setup.py install

Usage

    xlart image.png destination.xlsx

You can control the downsampling with the --scale argument.

    # output 1 cell for every 3 pixels of the image
    xlart image.png destination.xlsx --scale=3

Troubleshooting

If you have problems installing Pillow on macOS try this, then try installing again.

    pip install --upgrade pip
    pip install Pillow

Links