Metadata-Version: 2.1
Name: gain-with-hashi
Version: 0.0.2
Summary: Gain followers on instagram
Home-page: https://github.com/hskoori/gain_with_hashi
Author: Hashid Sharaf Koori
Author-email: hashid0001@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.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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

