Metadata-Version: 2.1
Name: text-2-img
Version: 0.0.15
Summary: Text to Image
Home-page: https://github.com/gaoyunzhi/text_2_img
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# text_2_img

Make image out of text.

## usage

```
import text_2_img
result = text_2_img.get(text)
result is a list of images
```

## how to install

`pip3 install text_2_img`

