Metadata-Version: 2.1
Name: aesthetic_ascii
Version: 0.0.2
Summary: For generating A E S T H E T I C ascii art
Home-page: https://github.com/jamescalam/aesthetic_ascii
Author: James Briggs
Author-email: jamescalam94@gmail.com
License: UNKNOWN
Description: # Aesthetic ASCII
        
        Generate **A E S T H E T I C** ASCII art.
        
        ## Instructions
        
        1. Install:
        
        ```
        pip install aesthetic-ascii
        ```
        
        2. Generate an aesthetic ASCII visual:
        
        ```python
        from aesthetic_ascii import synthesize
        
        # initialize drive object (to generate visuals)
        drive = synthesize.Drive()
        # generate a ASCII visual (dark_mode optional)
        drive.generate(dark_mode=True)
        # save to png
        drive.to_png('aesthetic.png')
        ```
        
        3. Ride the space skyway home to 80s Miami
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
