Morse Code Converter
This is a Project to convert letter, symbol, number, or any listed characters into Morse Code.
This project running on : https://replit.com/@ViktoriusSuwand/AppBrewery-python-Day-81-Morse-Code-Converter
Documentation can be found on : https://github.com/viktoriussuwandi/Morse-Code-Converter
Development :
-
Project idea comming from wikipedia.
-
Consist of :
- Function to convert
csv source
into propper data
for processing.
- Function for user to input some
letter
or symbol
or number
.
- Function to convert user input into morse code.
-
Future improvement idea :
- Website for better
user experience
.
- Proper database to
store
characters and morse codes.
- Add more
symbols
, or characters
on the list.