20 lines
470 B
Markdown
20 lines
470 B
Markdown
#ASCII Art Plugin
|
|
|
|
pip install img2txt.py requests bs4 pexpect
|
|
|
|
ascii (text) convert text to ascii art
|
|
|
|
img2ascii (url) convert an image to ascii art
|
|
|
|
scroll (url) playback of ansi art files from the web
|
|
|
|
fontlist to get list of fonts
|
|
|
|
ascii --font (font) (text) to use chosen font.
|
|
|
|
ascii --color (color) (text) to set a foeground color
|
|
|
|
ascii --color (color1,color2) (text) to set a foreground and/or background color
|
|
|
|
split lines with | ex. ascii|art for large fonts
|