I'm looking for an ASCII art generator (text is preferred, but images will do too) in the sl style, but with text instead of trains. Any suggestion?
3 Answers
Have you considered figlet? It writes "large letters" in ASCII art.
- 1A browser based implementation of figlet ascii.gallery/figlet. One thing I like about this is you can embed the result in other websites.dors– dors2015-06-18 19:26:53 +00:00Commented Jun 18, 2015 at 19:26
- GNU banner
- figlet
- toilet (tutorial)
As usual, you can read their man pages with the commands man banner, etc.
You might find these scripts useful: reverse the output horizontally, pad the output
You can try this generator Textart Generator
- 1A webpage isn't exactly "in the
slstyle"Michael Mrozek– Michael Mrozek2013-05-03 21:07:05 +00:00Commented May 3, 2013 at 21:07