Skip to main content

Convert images to ascii.

Project description

image to ascii.

Convert images to ascii.

Installation:

pip install imgtoascii==0.0.2

Usage:

from imgtoascii import imgtoascii
imgtoascii("<IMAGE_PATH>","<OPTION>").view()

Examples:

from imgtoascii import imgtoascii
# Example:1
imgtoascii("test.png").view()
# Example:2
p1=imgtoascii("test.png",False).view()
for i in range(len(p1)):
    print(p1[i])

Changelog:

## 0.0.2
- Fix Bugs.
## 0.0.1
- First public release.

linkedin website twitter instagram facebook youtube pypi

BTC : 16mUJYXdNh9VkjN3MQawA8wvYJqL9F5CKZ

ko-fi

yasserbdj96

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

imgtoascii-0.0.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

imgtoascii-0.0.2-py3-none-any.whl (5.0 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