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.
- Host: GitHub
- URL: https://github.com/jeanextreme002/morse-code-translator
- Owner: JeanExtreme002
- License: mit
- Created: 2019-11-19T02:27:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T15:24:13.000Z (over 5 years ago)
- Last Synced: 2025-01-06T08:21:20.042Z (5 months ago)
- Topics: code, converter, morse, morse-code, morse-code-translator, morse-conversion, morse-translator, morse-transmitter, python3, sound, translate-texts, translator
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
[](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 : -----. : .-.-.-
, : --..--
? : ..--..
‘ : .----.
! : .-.--
/ : -..-.
( : -.--.
) : -.--.-
& : .-...
: : ---...
; : -.-.-.
= : -...-
- : -....-
_ : ..--.-
" : .-..-.
$ : ...-..-
@ : .--.-.
```