Metadata-Version: 2.1
Name: banner_sangwoo
Version: 0.3.0
Summary: banner,picture,lotto 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 develop from making banner function 
Now you can use print picture function and make 6 number function for lottery 


## **Install**

This Project require python version 3.8 over.


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

## **How to use**

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

```
```py
 $ sangwoo-pic

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

```

```py

$ sangwoo-lotto
[31, 26, 38, 3, 14, 9]


```












