Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 466 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 466 Bytes

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