Default template for PDM package
Project description
banner_DONGUK777
Usage
You can use pyfiglet in one of two ways. First, it operates on the
commandline as C figlet does and supports most of the same options.
Run with --help
to see a full list of tweaks. Mostly you will only
use -f
to change the font. It defaults to standard.flf.
tools/pyfiglet 'text to render'
Pyfiglet is also a library that can be used in python code:
from pyfiglet import Figlet
f = Figlet(font='slant')
print(f.renderText('text to render'))
or
import pyfiglet
f = pyfiglet.figlet_format("text to render", font="slant")
print(f)
If you have found some new fonts that you want to use, you can use the command line interface to install your font file as follows:
pyfiglet -L <font file>
The font file can be a ZIP file of lots of fonts or just a single font.
Depending on how you installed pyfiglet, you may find that you need
root access to install the font - e.g. 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
Built Distribution
Hashes for banner_DONGUK777-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ba73019a73fee5e4a0cf884b0a61008d70acfe7223bd002b8e5da8d01e9352a |
|
MD5 | b2c72fb15391b38f2f24b9094af9e31d |
|
BLAKE2b-256 | d2c642b82111dfa51f43e91c4c7baa72139c0fb144c9282f6f9619b2bcce91b9 |