Metadata-Version: 2.1
Name: pyASCIIgenerator
Version: 1.0.0
Summary: A simple image-to-ASCII converter based on a video by Kite
Home-page: https://github.com/HYKANTUS/pyASCIIgenerator
Author: HYKANTUS
Author-email: hykantus@gmail.com
License: UNKNOWN
Project-URL: Personal Website, http://hykantus.tk/
Project-URL: Source, https://github.com/HYKANTUS/pyASCIIgenerator/
Description: # pyASCIIgenerator
        A simple image-to-ASCII converter based on a video by [Kite](https://www.youtube.com/watch?v=v_raWlX7tZY).
        
        ## Usage
        ```python
        import pyASCIIgenerator
        pyASCIIgenerator.asciify('path \\\ to \\\ file')
        ```
        
        **REMEMBER TO USE DOUBLE BACKSLASHES**
        
        **_also try:_**
        ```python
        import pyASCIIgenerator
        pyASCIIgenerator.help()
        ```
        _this will print out the usage example_
        
        
        ## Requirements
        this module relies on the [PIL.Image](https://pillow.readthedocs.io/en/stable/reference/Image.html) from the library, Pillow.
        ## Credits
        Made by [HYKANTUS](http://www.hykantus.tk)
        
Keywords: ASCII,image,ASCIIart,ASCII art,ASCIIimage,ASCII image,image,art,fun,Pillow,PIL,PIL Image
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
