Close

IDEATION

A project log for PrintSCII

A simple java tool that converts text (ASCII ART) from a provided file into printable statements for various languages (java, python, etc).

taibhse-designsTAIBHSE DESIGNS 01/03/2015 at 17:190 Comments

So the idea is to have a command line tool that takes in a text file and creates printable statements for a selected programming language from that file, line by line. The idea is that I can create the ASCII art or text in a file without having to worry about manually placing each line into a print statement or worry about having to escape special characters for the selected language, this tool should carry all that out for me.

Discussions