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

# banner_minju210

# **pyfiglet**
```
             _         _      ___  _______
   ____ ___  (_)___    (_)_  _|__ \<  / __ \
  / __ `__ \/ / __ \  / / / / /_/ // / / / /
 / / / / / / / / / / / / /_/ / __// / /_/ /
/_/ /_/ /_/_/_/ /_/_/ /\__,_/____/_/\____/
                 /___/
```

## **Usage**
```py
from pyfiglet import Figlet
f = Figlet(font='slant')
print(f.renderText('text to render'))
```

```py
$ minju210-banner
```

```
             _         _      ___  _______
   ____ ___  (_)___    (_)_  _|__ \<  / __ \
  / __ `__ \/ / __ \  / / / / /_/ // / / / /
 / / / / / / / / / / / / /_/ / __// / /_/ /
/_/ /_/ /_/_/_/ /_/_/ /\__,_/____/_/\____/
                 /___/
```

```py
$ minju210-pic
```

```
                           ...                                        
                                    .:=+**+=-..     ..:=+**+=-..                                    
                                   .+#####****=.   .:*###*****+:                                    
                                 ..*#######*****:..+######******-.                                  
                              ..=*##########*****:=########*******+:.                               
                              .*############*****#########**********:..                             
                              =##############****########*#####*****+..                             
                              =#########*####****##############*****+..                             
                              :##########***##***#############*****+:                               
                              .:##########*******############*****+:.                               
                                .-#%##########****##############*-..                                
                                 ...=*#######################+....                                  
                                ...-+########*****#########*****=:..                                
                              ...+#########*******###########*****+:.                               
                              .:##########***#***#############******-..                             
                              .*#########**###***##############*****+:.                             
                              -##############****##############*****+:.                             
                              :##############****##########**##*****+..                             
                              .:#%##########*****##########********=.                               
                                .-*#########****###########*****+-...                               
                                 ..:##############*#*#######***+..                                  
                                   ..=#######*:.##**..-*#####+:...                                  
                                        ....  .+##*+.                                               
                                            ..=##**-.                                               
                                            .=###**..                                               
                                           .*###**=.                                                
                                           :###**+:.                                                
                                           ..-+**-..                                                
                                            ......                                                  
                                                                                               
```

```py
$ minju210-lotto
```

```
[16, 25, 42, 27, 11, 14]
```


