mirror of
https://github.com/Elucidation/MorsePy.git
synced 2026-03-13 10:41:04 +08:00
update readme with output
This commit is contained in:
28
README.md
28
README.md
@@ -1,4 +1,26 @@
|
||||
MorsePy
|
||||
=======
|
||||
# MorsePy
|
||||
|
||||
Simple set of python functions to translate alphanumeric characters to morse code and back
|
||||
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
|
||||
--------------------------------------------------------------
|
||||
```
|
||||
Reference in New Issue
Block a user