diff --git a/README.md b/README.md index 92a6979..26d01f0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,26 @@ -MorsePy -======= +# MorsePy -Simple set of python functions to translate alphanumeric characters to morse code and back \ No newline at end of file +Simple set of python functions to translate alphanumeric characters to morse code and back + +## Example output + +``` +-------------------------------------------------------------- +Original: THIS IS NUMBER 1 TEST. + Morse: - .... .. ... .. ... -. ..- -- -... . .-. .---- - . ... - .-.-.- +and Back: THIS IS NUMBER 1 TEST. +Valid? Yes +-------------------------------------------------------------- +-------------------------------------------------------------- +Original: WHAT IS THE MEANING OF LIFE, THE UNIVERSE, AND EVERYTHING? + Morse: .-- .... .- - .. ... - .... . -- . .- -. .. -. --. --- ..-. .-.. .. ..-. . --..-- - .... . ..- -. .. ...- . .-. ... . --..-- .- -. -.. . ...- . .-. -.-- - .... .. -. --. ..--.. +and Back: WHAT IS THE MEANING OF LIFE, THE UNIVERSE, AND EVERYTHING? +Valid? Yes +-------------------------------------------------------------- +-------------------------------------------------------------- +Original: WIERD CHARS # IS !@#$%^&*()<> BLOOP + Morse: .-- .. . .-. -.. -.-. .... .- .-. ... .. ... -.-.-- .--.-. ...-..- .-... -.--. -.--.- -... .-.. --- --- .--. +and Back: WIERD CHARS IS !@$&() BLOOP +Valid? No +-------------------------------------------------------------- +``` \ No newline at end of file