Skip to content

Hrily/Python-Image2Ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages