Easily translate text to Morse code and decode Morse code to text with only one click.
- Morse code is a type of code that is used to send telegraphic information using rhythm. Morse code uses dots and dashes to show the alphabet letters, numbers, punctuation and special characters of a given message.
- With this tool, you can be able to not only translate text to morse code, but also decode morse code to text easily.
- The duration of the dash is 3 times of dot.
- Each dot of dash is followed by the blank period which equals to the dot duration.
- Space between letters is 3 dots duration.
- Space between words is 7 dots duration.
- The most frequently occurring letter has shorter expression than others.
git clone https://github.com/stevemats/Morse_Code_Translator
cd Morse_Code_Translator
pip install -r requirements.txt
- App manipulation to prevent deadlocks.