2019-04-26 05:15:42 -04:00
..
2019-03-14 07:15:25 -04:00
2019-03-14 06:42:48 -04:00
2019-04-26 04:56:55 -04:00
2019-04-26 05:15:42 -04:00
2019-04-24 17:26:43 -04:00
2019-04-24 17:23:27 -04:00
2019-03-14 06:42:48 -04:00

paypal

ASCII Art Plugin
Convert text to ASCII art or image URLs to ASCII/ANSI art.

Requires Limnoria https://github.com/ProgVal/Limnoria and Python3

pip install -r requirements.txt

ASCII Weather from wttr.in

wttr <location>

Support for the Paste.ee API to save art conversions for later use. Get an API key from https://paste.ee/account/api (FREE. Not required to use plugin, disabled by default).

config plugins.ascii.pasteAPI <PASTE.EE_API_KEY_HERE> (set paste.ee API key)
config channel plugins.ascii.pasteEnable <True/False> (enable/disable paste.ee links)

Text-to-ASCII Art (split lines with | ex. ascii|art for large fonts):

ascii <text> (convert <text> to ascii art)
ascii --font <font> <text> (to use chosen <font>)
ascii --color <color> <text> (to set a foreground <color>)
ascii --color <color1,color2> <text> (to set a foreground/background <color>)
fontlist (get list of availble <fonts>)

Image URL to ASCII/ANSI Art:

img <url> (convert an image <url> to ascii art using euclidian color distance and 99 color palette)
img --16 <url> (convert image to ascii art using euclidian color distance and 16 color palette)
img --invert <url> (invert the ascii luminance character palette)
ansi <url> (convert an <url> to ansi block art using euclidian color distance and 99 color palette)
ansi --16 <url> (convert <url> to ansi block art using euclidian color distance and 16 color palette)

Speed Presets. Euclidian (the default, no --speed preset) is very fast. The following presets each get progressively slower but color choice should improve with slower presets.

img/ansi --fast <url> (use cie1976 color difference algorithm)
img/ansi --slow <url> (use cie1994 color difference algorithm)
img/ansi --slower <url> (use cieCMC color difference algorithm)
img/ansi --slowest <url> (use cie2000 color difference algorithm)

Scroll ASCII/ANSI Art .TXT or .ANS Files from URL

scroll <url> (playback of ansi/ascii art .txt files from the web)
a2m <url> (conversion and playback of ansi art .ans files from the web.)

a2m command requires A2M https://github.com/tat3r/a2m (optional. disable command if not installing a2m.)

p2u <url>

p2u command requires p2u https://git.trollforge.org/p2u/about/ (optional. disable command if not installing p2u.)

tdf [-f <font>] <text> (select font with -f <fontname>)
fonts (list of figlet fonts)

tdf command requires tdfiglet https://github.com/tat3r/tdfiglet (optional. disable command if not installing tdfiglet.)