Python script to convert image to ascii text
python ascii.py <path-to-image-file>
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