Metadata-Version: 2.1
Name: promptcreatives
Version: 0.0.1
Summary: Prompt Creatives
Project-URL: Homepage, https://github.com/promptcreatives/promptcreatives
Project-URL: Bug Tracker, https://github.com/promptcreatives/promptcreatives/issues
Author-email: Aaron Casanova <aaronccasanova@gmail.com>
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# promptcreatives

## Installation

```bash
pip install promptcreatives
```

## Usage

```python
from promptcreatives import PromptCreatives

app = PromptCreatives()

app.run()
```
