1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| pyfiglet --help
Usage: pyfiglet [options] [text..]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-f FONT, --font=FONT font to render with (default: standard)
-D DIRECTION, --direction=DIRECTION
set direction text will be formatted in (default:
auto)
-j SIDE, --justify=SIDE
set justification, defaults to print direction
-w COLS, --width=COLS
set terminal width for wrapping/justification
(default: 80)
-r, --reverse shows mirror image of output text
-F, --flip flips rendered output text over
-l, --list_fonts show installed fonts list
-i, --info_font show font's information, use with -f FONT
-L LOAD, --load=LOAD load and install the specified font definition
-c COLOR, --color=COLOR
prints text with passed foreground color,
--color=foreground:background
--color=:background # only background
--color=foreground | foreground: # only foreground
--color=list # list all colors
COLOR = list[COLOR] | [0-255];[0-255];[0-255] (RGB)
|