/ascii-art-generator

Generates ASCII art of an image

Primary LanguagePython

ascii-art-generator

Generates ASCII art of an image

Installation

It's better to use virtual environment

pip install -r requirements.txt

Generating ASCII image

Simply run python ascii_generate.py <path_to_image>

Arguments available

  1. --columns (-c) - To set a variable number of columns
  2. --scale - To set the scale of rows w.r.t. columns
  3. --output (-c) - To specify the name of the output file