pyBegin / projects / morsecode-translator
🔐

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…

119 linesRunnable

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 demonstration of both operations.

How to run

python main.py

Dependencies

Standard library only.

Pyodide-runnable

Yes — it is a pure-stdlib program with hard-coded input and print() output.