Skip to content

stevemats/Morse_Code_Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse Code Translator

Easily translate text to Morse code and decode Morse code to text with only one click.

What is Morse Code?

  • 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.

Why this tool?

  • With this tool, you can be able to not only translate text to morse code, but also decode morse code to text easily.

The rules of Morse Code

  • 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.

Demo Text to Morse Code:

text2morse

Demo Morse code to Text:

morse2text

Installation

git clone https://github.com/stevemats/Morse_Code_Translator
cd Morse_Code_Translator
pip install -r requirements.txt

To Do

  • App manipulation to prevent deadlocks.

About

Easily decode/encode Morse code and listen to audio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages