Skip to main content

Convert images to ascii.

Project description

image to ascii.

Convert images to ascii.

Installation:

pip install imgtoascii==0.0.1

Usage:

# USAGE :
#s
from imgtoascii import imgtoascii

imgtoascii("<IMAGE_PATH>","<OPTION>").view()
#e

Examples:

# EXAMPLES :
#s
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])
#e

Changelog:

## 0.0.1
- First public release.



byRo0t96

facebook youtube LinkedIn instagram visitor-badge

ko-fi

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.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

imgtoascii-0.0.1-py3-none-any.whl (4.2 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