Metadata-Version: 2.4
Name: Banner0xStackedS0ul
Version: 0.1.0
Summary: Simple ASCII banner for the terminal
Author: 0xStackedS0ul
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# stackedbanner

Simple ASCII banner library for Python.

## Install

```bash
pip install Banner0xStackedS0ul
```

## Usage

```python
import Banner0xStackedS0ul

Banner0xStackedS0ul.show()
```
