This is a simple Morse Code Translator that can convert english text to morse code and vice versa.
To run the program type the following in a terminal:
python3 morse_translator.py
This presents three choices: -Encrypt -Decrypt -Exit
Encrypt is used to convert english to morse Decrypt is used to convert morse to english Exit lets to exit the program.