The Morse Code Converter program is a simple tool for transforming words into Morse code. It converts Latin letters, numbers, and some symbols into their Morse code equivalents.
- Run the program using the Python interpreter.
- The program will prompt you to enter a word you want to convert.
- Enter the word, and the program will display the Morse code for each character.
- Optionally, you can continue converting additional words.
- The program accepts only Latin letters, numbers, and some symbols.
- For spaces in the text, the Morse code is "(space)".
python morse_code_converter.py
Enter a word: Hello
Result: .... . .-.. .-.. ---
Do you want to convert another word? (Type yes/no): yes
...
Jagoda Spychala