Skip to content

pyaoponto/image-to-ascii-pyaoponto

 
 

Repository files navigation

Image to ASCII

A python module to easily transform image in ascii art.

https://raw.githubusercontent.com/estevaofon/image-to-ascii-pyaoponto/main/zelda_ascii.png

Setup

$ pip install image-to-ascii-pyaoponto

Code sample

from image_to_ascii import ImageToAscii
obj = ImageToAscii()
# Image path
obj.image_path("link.png")
# print on screen
obj.plot()
# save in a txt file
obj.save_to_file()

About

A Python module to transform image to ascii art

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%