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

#banner_HaramSs
 
## descript
터미널에서 멋진 배너 화면을 띄울 수 있도록 만들어진 커맨드 라인 명령어입니다.
  
 ## install
```bash
$ pip install banner_HaramSs==0.3.0
```
 
## Usage
```bash
$ show-banner
 ```
 - 해당 커맨드를 터미널에서 치면 아래와 같은 결과를 얻을 수 있습니다.

![image](https://github.com/user-attachments/assets/c299829c-4c26-433f-8997-e3003be7c247)

 ## Reference
 - https://github.com/pwaller/pyfiglet
