🔐
Morse Code Translator
Encrypts plain text into Morse code and decrypts Morse code back into text using a Morse code dictionary. The main() function runs a hard-coded dem…
Encrypts plain text into Morse code and decrypts Morse code back into text using a Morse code dictionary. The main() function runs a hard-coded dem…
Encrypts plain text into Morse code and decrypts Morse code back into text using a Morse code dictionary. The main() function runs a hard-coded demonstration of both operations.
-- .-. .. -. .- -. -.- -....- -... .... --- .-- -- .. -.-. -.-
MRINANK-BHOWMICK
The hard-coded main() encrypts "Mrinank-Bhowmick" to Morse code and then
decrypts it back to the original text.
python main.py
Standard library only.