Skip to content

MacLeek/ascii-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII-ART

Turn a simple image to text with ascii characters! Currently the code works a little, I'm still working on it!

Usage

Install the requirements:

  pip install numpy scipy scikit-image

Compile with cython:

  python setup.py build_ext --i

Note: add -I /usr/local/lib/python2.7/site-packages/numpy/core/include(your numpy include path) if needed.

In python:

  import ascii
  ascii.image_to_ascii('monk_1.bmp', 0.3, Rw=48)

Results:

Reference

Structure-based ASCII Art

About

work-in-progress structure-based ascii art

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages