Metadata-Version: 2.1
Name: text-2-img
Version: 0.0.7
Summary: Text to Image
Home-page: https://github.com/gaoyunzhi/text_2_img
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Description: # 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`
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
