An open API service indexing awesome lists of open source software.

https://github.com/jeanextreme002/morse-code-translator

Translate texts into morse code or read secret messages that are in morse code using this program. You can also play the sound of morse code if you are using the Windows operating system.
https://github.com/jeanextreme002/morse-code-translator

code converter morse morse-code morse-code-translator morse-conversion morse-translator morse-transmitter python3 sound translate-texts translator

Last synced: 3 months ago
JSON representation

Translate texts into morse code or read secret messages that are in morse code using this program. You can also play the sound of morse code if you are using the Windows operating system.

Awesome Lists containing this project

README

        

# Description:

Translate texts into morse code or read secret messages that are in morse code using this program.

You can also play the sound of morse code if you are using the Windows operating system.


# Coding Morse Code Translator in Python | Timelapse:
[![Watch the video](https://img.youtube.com/vi/WC5rQ4kRf18/maxresdefault.jpg)](https://www.youtube.com/watch?v=WC5rQ4kRf18)


# Morse Code Table:

```
A : .-
B : -...
C : -.-.
D : -..
E : .
F : ..-.
G : --.
H : ....
I : ..
J : .---
K : -.-
L : .-..
M : --
N : -.
O : ---
P : .--.
Q : --.-
R : .-.
S : ...
T : -
U : ..-
V : ...-
W : .--
X : -..-
Y : -.--
Z : --..

1 : .----
2 : ..---
3 : ...--
4 : ....-
5 : .....
6 : -....
7 : --...
8 : ---..
9 : ----.
0 : -----

. : .-.-.-
, : --..--
? : ..--..
‘ : .----.
! : .-.--
/ : -..-.
( : -.--.
) : -.--.-
& : .-...
: : ---...
; : -.-.-.
= : -...-
- : -....-
_ : ..--.-
" : .-..-.
$ : ...-..-
@ : .--.-.
```