Project description
askii art_hamsunwoo
.........::.........
......=##%#%*=......
....:##%%%%%#%+.....
....=#%##%%#%%#*:...
..:*##%%%%%%#%%#*...
...+#*##%%%#%%%#....
...:*-***+#*%%+*-...
....-=:.:%:-+=......
.........+..........
.........+..........
....................
Synopsis
이미지를 아스키 아트로 바꾸고 로또번호가 출력되는 기능 추가
test
pip install hamsunwoo-pic
pip install hamsunwoo-lotto
사용법
from pyfiglet import Figlet
def show():
f = Figlet(font='slant')
print(f.renderText('Hamburger'))
def pic():
p = """
.........::.........
......=##%#%*=......
....:##%%%%%#%+.....
....=#%##%%#%%#*:...
..:*##%%%%%%#%%#*...
...+#*##%%%#%%%#....
...:*-***+#*%%+*-...
....-=:.:%:-+=......
.........+..........
.........+..........
....................
"""
print(p)
def lotto():
import random
l = random.sample(range(1,46), 6)
print(l)
Thanks
ham
License
hamsunwoo
urls
Repository
Issues
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file banner_hamsunwoo-0.3.1.tar.gz
.
File metadata
-
Download URL:
banner_hamsunwoo-0.3.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.16.1 CPython/3.12.4 Darwin/23.5.0
File hashes
Hashes for banner_hamsunwoo-0.3.1.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
2fd49b36e66901f93b92c823a1152005e417f09265a6d47233d2db6eaf075ec5 |
|
MD5 |
8867bb5b406c1e3a976ee56b167cffe1 |
|
BLAKE2b-256 |
59644fc6441104d5823ce4d7d8e8161d548e7e13d42c6d9d39339628797ea76b |
|
See more details on using hashes here.
File details
Details for the file banner_hamsunwoo-0.3.1-py3-none-any.whl
.
File metadata
-
Download URL:
banner_hamsunwoo-0.3.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.16.1 CPython/3.12.4 Darwin/23.5.0
File hashes
Hashes for banner_hamsunwoo-0.3.1-py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
8886f4e7506181833488b0700aac76ca0057b613a8691ae54ac0cba57c2671f1 |
|
MD5 |
0ad4e5c7d8fc91d4c1e5b2b7c1b16ac1 |
|
BLAKE2b-256 |
636d6864e226743d5634154e8201677b97f9e997fa60cda2fd7b37abeab43fd6 |
|
See more details on using hashes here.