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

# banner_rlaehgus97

## **Synopsis**

This project is the basic python program to print out the name of this project's owner using pyfiglet plugin.

## **Requirements**

This program requires the python version newer than 3.8, which means it can be executed with python 3.9 at least.

## **Install**

```bash
$ pip install banner-rlaehgus97
```

## **Usage**

You can run this program with single line of code 'show-banner' after you installed this program.

```
#Printed result example
$show-banner
    ____  __    ___    ________  __________  _______ ____  _____
   / __ \/ /   /   |  / ____/ / / / ____/ / / / ___// __ \/__  /
  / /_/ / /   / /| | / __/ / /_/ / / __/ / / /\__ \/ /_/ /  / /
 / _, _/ /___/ ___ |/ /___/ __  / /_/ / /_/ /___/ /\__, /  / /
/_/ |_/_____/_/  |_/_____/_/ /_/\____/\____//____//____/  /_/

$show-lotto
[27, 20, 15, 38, 35, 45]

$show-picture
                                                   .-=--.
                                          .=...--:--::::::::..   .=++++***+.
                                          .=-:--:::::::::::::::::::++=.
                                         ..:-----:::::::-::::::::::::..
                                        ..--------------------------:-:..
                                       .:-------------------------------..
                                      .----------------------------------:.
                                     .---------------------------------------..
                                   ..--------------------------------------::-:.
                                  .:--------------=------------------------.:--.
                                 .:-------------#@@@=-----------------------:.
                                .---------------+%@#----------------------..
                                :----------------------------%*@+---------.
                               .------------------=*##+=-----@%%+==------:.
                               .--=====------=---%#==#%%@%--=------------..
                               .=================@@%%%%%@@+--=-----------..
                                -================+@@@@@@@*--=====--------:.
                                .-=================+##+==============----..
                                 .:==++++====#%+:===+===================:
                             .......-=+==========--=%#=======++#*++====.
                           .--=====--=+++====================-=**#*%=:.
                         ..-======---===+++=============+==------=+#.
                         .-======--=======++++++++++++++=--------==.
                         .=======--======================-------==:.
                         .======------=======--:::--====------===..
                         .-======--------=-:.........:==-----==:.
...........................=======--------=...........==-----=-.....................................
::::::::::::::::::::::::::::::::-====------=::::::::::-==--===::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::-=====+=*#:::::::::::-=====:::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::-%-++::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
```

## **FAQ**
- Q: can I change the printed text?
- A: If you modify the content in banner.py, yes!
