https://github.com/stevemats/morse_code_translator
Easily decode/encode Morse code and listen to audio.
https://github.com/stevemats/morse_code_translator
cryptography encryption-decryption morse-code
Last synced: 21 days ago
JSON representation
Easily decode/encode Morse code and listen to audio.
- Host: GitHub
- URL: https://github.com/stevemats/morse_code_translator
- Owner: stevemats
- Created: 2021-08-10T17:27:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T16:12:29.000Z (over 4 years ago)
- Last Synced: 2025-02-24T08:14:13.018Z (over 1 year ago)
- Topics: cryptography, encryption-decryption, morse-code
- Language: Python
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# 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](https://en.wikipedia.org/wiki/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](https://github.com/stevemats/Morse_Code_Translator), 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:

### Demo Morse code to Text:

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