Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Morse Code Translator


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.