INPUT LANGUAGE OUTPUT
******************** ********************
* * * *
* some text * BATCH * echo some text *
* * * *
******************** ********************
I often create little command line programs to help with projects or generally just do or automate stuff for me, I like to add ASCII art to the print out statements or create stylized instructions rather than just plain text instructions that get printed.
To do this I often create the ASCII art design in a text file but then afterwards I have to manually enclose each line in a print command, This project is aimed at creating a simple tool that will do this for me for various languages.