A Text to Morse to Text Convertor
git clone https://github.com/snehangsude/MorseCodeConverter.git
cd MorseCodeConverter
python main.py
git clone https://github.com/snehangsude/MorseCodeConverter.git
cd MorseCodeConverter
python3 main.py
- Inital screen
- Run the application using the Installation section
- Enter the Text on the top box and select "To Morse" to convert to Morse code
- Enter the Morse ont the top box and select "To Text" to conver to Text
- Try to clear after every use (the header would prompt) to avoid clogging the output box
- Hint: Contains all usable text, numbers and punctuations. Check the
data.py
file for details.
- Each letter is separated by a manual space Eg: "SOS" will be "... --- ..."
- Each word is separated by '~' Eg: "HELLO WORLD" will be ....(H) .(E) .-..(L) .-..(L) ---(O) ~(space) .--(W) ---(O) .-.(R) .-..(L) -..(D)
- When converting from Morse to Text, follow the above rules, separate words by '~' and letters by manual space
- Plans to integrate sound