Metadata-Version: 2.1
Name: banner_jeong
Version: 0.4.2
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">

### 로또 번호 생성
```bash
$ lotto
```

<img width="764" alt="스크린샷 2024-07-16 오후 2 33 29" src="https://github.com/user-attachments/assets/dfe6bbde-cab9-4be0-8890-4037c6426dad">

### 특정 그림 형태로 표출
```bash
$ pic
```

<img width="772" alt="image" src="https://github.com/user-attachments/assets/28190b1e-3d9d-4121-9c19-68db560df033">




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

