🔐
Morse Code Translator
An interactive Morse code translator. Choose E to encrypt text into Morse code or D to decrypt Morse code back into plain text.
An interactive Morse code translator. Choose E to encrypt text into Morse code or D to decrypt Morse code back into plain text.
An interactive Morse code translator. Choose E to encrypt text into Morse code or D to decrypt Morse code back into plain text.
Enter 'E' for encryption (text to Morse code) or 'D' for decryption (Morse code to text): E
Enter the text you want to encrypt: Hello World
Encrypted Morse code: .... . .-.. .-.. --- .-- --- .-. .-.. -..
Enter 'E' for encryption (text to Morse code) or 'D' for decryption (Morse code to text): D
Enter the Morse code you want to decrypt (separate symbols with spaces): .... . .-.. .-.. ---
Decrypted text: HELLO
python morse.py
Standard library only.