Metadata-Version: 2.1
Name: banner_seokxkyu
Version: 0.2.4
Summary: Banner Output Program
Author-email: Seokxkyu <kyuseok000@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Seokxkyu/banner_seokxkyu
Project-URL: Issues, https://github.com/Seokxkyu/banner_seokxkyu/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pyfiglet >=1.0.2

# banner_seokxkyu

## **Overview**
`banner_seokxkyu` is a simple Python program that utilizes the `pyfiglet` library to generate and display banner text. The current version, `0.2.4`, features a single function that outputs a stylized "hello seokxkyu" message.

## **Installation**

To install the `banner_seokxkyu` package, ensure you have Python 3.9 or above installed. You can then install the package using the following command:

```sh
pip install banner_seokxkyu
```
