Metadata-Version: 2.4
Name: text-image-ti-software
Version: 0.1.1
Summary: A module designed to create images from text.
Author: Milo Carlson, Graham Hodges
Author-email: milopcarlson@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Pillow
Requires-Dist: rich
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

### The Text Image (TI) Software
    is designed to render images in a text-only terminal enviroment.
The way this works is by loading unicode sqaures with the same color value as each pixel.
Some example usage is:
```render_image(r"C:\path\to\your\image.file", 112, 67)```
The first paramater (*image_path*) takes the path of the image you want to render (You must add r before string); the second and third (*rwidth* and *rheight*) are the size of the image you want to load respectively.
 (You'll probably need to resize to 512x512 and below to make it print fast, anything above takes minutes with a CPU.)
