Default template for PDM package
Project description
banner_DONGUK777
사용방법
방법 1.
from pyfiglet import Figlet
f = Figlet(font='slant')
print(f.renderText('text to render'))
방법 2.
import pyfiglet
f = pyfiglet.figlet_format("text to render", font="slant")
print(f)
글꼴 파일 설치 방법
pyfiglet -L <font file>
pyfiglet을 설치한 방법에 따라 글꼴을 설치하려면 루트 액세스가 필요할 수 있다.
ex) sudo pyfiglet -L <font file>
.
사용법
$ show-banner
결과
____ ____ _ __________ ____ __
/ __ \/ __ \/ | / / ____/ / / / //_/
/ / / / / / / |/ / / __/ / / / ,<
/ /_/ / /_/ / /| / /_/ / /_/ / /| |
/_____/\____/_/ |_/\____/\____/_/ |_|
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
banner_donguk777-0.2.3.tar.gz
(1.5 kB
view hashes)
Built Distribution
Close
Hashes for banner_DONGUK777-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8f2231a9dd7a832bc42a583837e7c8daabf65e90471460465fe5f9a674ab6e2 |
|
MD5 | 4eca9006313c2f45b0e833607c7414bd |
|
BLAKE2b-256 | 78a82004e3622f47fcb26f7f00382f701c8f721f3302d3f308606bae54f4bb18 |