Metadata-Version: 2.1
Name: banner_jeong
Version: 0.4.0
Summary: show design text
Author-email: Jeonghoon2 <ukidd12@naver.com>
License: MIT
Project-URL: Homepage, https://github.com/Jeonghoon2/banner_jeong
Project-URL: Issues, https://github.com/Jeonghoon2/banner_jeong/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pyfiglet>=1.0.2

# banner_jeong

## descript
터미널에서 멋진 배너 화면을 띄울 수 있도록 만들어진 커맨드 라인 명령어입니다.

## install
```bash
$ pip install banner_jeong==0.3.0
```

## Usage
```bash
$ show-banner
```
- 해당 커맨드를 터미널에서 치면 아래와 같은 결과를 얻을 수 있습니다.

<img width="598" alt="스크린샷 2024-07-16 오전 11 44 22" src="https://github.com/user-attachments/assets/22c63cee-d01c-465f-a478-a5b8fce6d9d9">

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

