ayvazj / xlart

Excel art generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Excel art generator

License:MIT License


Languages

Language:Python 84.3%Language:Makefile 15.7%