Metadata-Version: 2.4
Name: prsart
Version: 0.2.0
Summary: A custom ASCII art banner generator
Author-email: Your Name <your.email@example.com>
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
Requires-Dist: pyfiglet>=0.8.0

# prsart

A simple Python library to generate block ASCII art banners from text.

## Installation

```bash
pip install prsart
