Metadata-Version: 2.1
Name: cpi-tools
Version: 0.0.1
Summary: Repository of functions used across CPI
Home-page: https://github.com/climatepolicydata/cpi_tools
Author: Jake Connolly
Author-email: datascience@cpiglobal.org
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
