sbshah97 / Python-Image2Ascii

Python based simple Image to Ascii convertor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Image2Ascii

Python script to convert image to ascii text

Example

studio

studio-ascii

Usage

python ascii.py <path-to-image-file>

Dependencies

The project has needs following python libraries to be installed:

  • SciPy
  • NumPy
  • MatPlotLib

To install them, type following in your terminal:

pip install -r requirements.txt

OR

pip install scipy
pip install numpy
pip install matplotlib

About

Python based simple Image to Ascii convertor


Languages

Language:Python 100.0%