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

# banner_esther

## **개요**
- pip publish 및 Markdown 사용법 익히기

## **FAQ**
- **Q1.** 어디서 사용하면 되나요?
- **A1.** pip install 후 LINUX Prompt에 입력 코드를 작성하면 됩니다.

- **Q2.** 배너 출력 외에는 기능이 없나요?
- **A2.** 현재 다른 기능을 개발 중에 있습니다.

## **사용법**

### 설치
```
pip install banner_esther
```

### 입력
```
$ show-banner
```

### 출력
```
    ______     __  __
   / ____/____/ /_/ /_  ___  _____
  / __/ / ___/ __/ __ \/ _ \/ ___/
 / /___(__  ) /_/ / / /  __/ /
/_____/____/\__/_/ /_/\___/_/
```
