Metadata-Version: 2.1
Name: banner_sangwoo
Version: 0.2.6
Summary: banner program
Author-email: GITSangWoo <dogcenta@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/GITSangWoo/banner_sangwoo
Project-URL: Issues, https://github.com/GITSangWoo/banner_sangwoo/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pyfiglet >=1.0.2

# **banner_sangwoo**

```
   _________ _____  ____ __      ______  ____
  / ___/ __ `/ __ \/ __ `/ | /| / / __ \/ __ \
 (__  ) /_/ / / / / /_/ /| |/ |/ / /_/ / /_/ /
/____/\__,_/_/ /_/\__, / |__/|__/\____/\____/
                 /____/
```
This programm is made for making banner what you write on command line


## **Install**

This Project require python version 3.8 over.


```py
$ pip install banner-sangwoo
```

## **How to use**

type on our command line  show-banner  
 
```py
$ show-banner
   _________ _____  ____ __      ______  ____
  / ___/ __ `/ __ \/ __ `/ | /| / / __ \/ __ \
 (__  ) /_/ / / / / /_/ /| |/ |/ / /_/ / /_/ /
/____/\__,_/_/ /_/\__, / |__/|__/\____/\____/
                 /____/



```













