yasserbdj96 / imgtoascii

Convert images to ascii.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Convert images to ascii.

License:Other


Languages

Language:Python 100.0%