Metadata-Version: 2.4
Name: opbanner
Version: 0.1.7
Summary: A customizable banner display tool for your terminal.
Author-email: ghoste12125 <anonymosmauros@gmail.com>
Project-URL: Homepage, https://github.com/ghoste9624/opbanner
Project-URL: Bug Tracker, https://github.com/ghoste9624/opbanner/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: colorama
Requires-Dist: pyfiglet
Requires-Dist: prompt_toolkit

# opbanner

A customizable banner display tool for your terminal.

## Installation

```bash
pip install opbanner
```

## Usage

```bash
opbanner
```

This will launch an interactive menu to configure and install your banner.

## Features

*   Customizable messages
*   Various fonts (requires `pyfiglet`)
*   Color options
*   Bold, italic, and underline styles
*   Compact mode
*   Easy installation and uninstallation into `.bashrc` and `.zshrc`

## Configuration

The tool provides an interactive menu to configure your banner. Settings are saved in `config.json`.

## Contributing

Feel free to contribute to the development of OP-Banner.

## License

This project is licensed under the MIT License.
