pyfiglet and lillies should be friends. lilies needs to be more mature first. No decisions have been made as far as how this should look, but here's an incomplete set of options:
Add a 'font' option to grow() that just jams the output through pyfiglet. This seems somewhat reasonable
Add a figletfy function (is that a good name?) that takes a 1D LilyString and converts it to pyfiglet. Since a LilyString is multi-colored, this poses some interesting problems (how do you color a multi-colored fig correctly?). This might be something we don't want to tackle at first.
https://github.com/pwaller/pyfiglet
pyfiglet and lillies should be friends. lilies needs to be more mature first. No decisions have been made as far as how this should look, but here's an incomplete set of options:
grow()
that just jams the output through pyfiglet. This seems somewhat reasonablefigletfy
function (is that a good name?) that takes a 1DLilyString
and converts it to pyfiglet. Since aLilyString
is multi-colored, this poses some interesting problems (how do you color a multi-colored fig correctly?). This might be something we don't want to tackle at first.