diff --git a/README.md b/README.md new file mode 100644 index 0000000..b48817d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# ASCII-Framer +This program transforms string input from the commandline to include a nice ascii frame. +## Example +``` +╔════╗ +║Test║ +╚════╝ +``` +## Usage +`echo "Test" | python .\ascii-framer.py` \ No newline at end of file