Metadata-Version: 2.1
Name: banner_baechu805
Version: 0.2.2
Summary: Banner Output Program
Author-email: baechu805 <bjoo606@naver.com>
License: MIT
Project-URL: Homepage, https://github.com/baechu805/banner_baechu805
Project-URL: Issues, https://github.com/baechu805/banner_baechu805/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pyfiglet >=1.0.2

# banner_baechu805

# **pyfiglet**
```
    __                    __          ____  ____  ______
   / /_  ____ ____  _____/ /_  __  __( __ )/ __ \/ ____/
  / __ \/ __ `/ _ \/ ___/ __ \/ / / / __  / / / /___ \
 / /_/ / /_/ /  __/ /__/ / / / /_/ / /_/ / /_/ /___/ /
/_.___/\__,_/\___/\___/_/ /_/\__,_/\____/\____/_____/

```

# show-banner

show-banner is a simple command that prints input text in banner format using figlet.

# Requirements

figlet needs to be installed. figlet is a tool that converts text into stylish ASCII art banners.


## Ubuntu/Debian

```sh
sudo apt-get update
sudo apt-get install figlet

