Skip to main content

A Python module to transform image to ascii art

Project description

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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

image-to-ascii-pyaoponto-0.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

image_to_ascii_pyaoponto-0.3-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page