Metadata-Version: 2.1
Name: banner_hamsunwoo
Version: 0.3.0
Summary: Banner Output Program
Author-email: sunwoo <summerham22@gmail.com>
License: MIT
Project-URL: Repository, https://github.com/hamsunwoo/banner_hamsunwoo
Project-URL: Issues, https://github.com/hamsunwoo/banner_hamsunwoo/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pyfiglet >=1.0.2

# **banner_hamsunwoo**

```
    __  __                __
   / / / /___ _____ ___  / /_  __  ___________ ____  _____
  / /_/ / __ `/ __ `__ \/ __ \/ / / / ___/ __ `/ _ \/ ___/
 / __  / /_/ / / / / / / /_/ / /_/ / /  / /_/ /  __/ /
/_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/_/   \__, /\___/_/
                                       /____/
```
## **Synopsis**
   길을 걷다가 햄버거집을 발견했고, 햄버거가  맛있어보였다.
   햄버거집에 배너를 달아주고 싶었다.

## **test**
   피글렛을 이용한 배너 제작

## **사용법**
   ```py
   from pyfiglet import Figlet
   
   def show():
       f = Figlet(font='slant')
       print(f.renderText('Hamburger')) 
   ```

## **Thanks**
   Christopher 
   Stefano 
   (who made Figlet)

## **License**
   hamsunwoo

## **urls**
   [Repository](https://github.com/hamsunwoo/banner_hamsunwoo)
   [Issues](https://github.com/hamsunwoo/banner_hamsunwoo/issues)
