-
-
Save mohayonao/094c71af14fe4791c5dd to your computer and use it in GitHub Desktop.
| { | |
| "0": "-----", | |
| "1": ".----", | |
| "2": "..---", | |
| "3": "...--", | |
| "4": "....-", | |
| "5": ".....", | |
| "6": "-....", | |
| "7": "--...", | |
| "8": "---..", | |
| "9": "----.", | |
| "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": "--..", | |
| ".": ".-.-.-", | |
| ",": "--..--", | |
| "?": "..--..", | |
| "!": "-.-.--", | |
| "-": "-....-", | |
| "/": "-..-.", | |
| "@": ".--.-.", | |
| "(": "-.--.", | |
| ")": "-.--.-" | |
| } |
awesome, thanks so much
You just saved me 20 minutes. Thanks much!
thankss, i haddnt the bravour to copy my dict inversed...
thanks, you saved me sooo much time
What a time saver, thanks!
Thank you this is great time saver.
Thank you!
thank you
Thank you!
Thanks Buddy!!!
thanks :)
Reverse :)
{
'-----': '0',
'.----': '1',
'..---': '2',
'...--': '3',
'....-': '4',
'.....': '5',
'-....': '6',
'--...': '7',
'---..': '8',
'----.': '9',
'.-': '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',
'.-.-.-': '.',
'--..--': ',',
'..--..': '?',
'-.-.--': '!',
'-....-': '-',
'-..-.': '/',
'.--.-.': '@',
'-.--.': '(',
'-.--.-': ')',
}
Thanks saved me a bunch of typing.
This is what I built with it: https://github.com/LevaniVashadze/simple_morse_code_decoder_and_encoder
Thank you !
Thanks 👍
Great🔥💜
Thanks ! 🍏
simple work, but a life saving one, thank you.
thank you so much, saved me a good 20 minutes. currently making a morse decoder/encoder for a school project.
thank you bro for saving me time!
thanks g
Thanks for the resource ✌️
Guys, thank you very much
Incredible, just what i wanted, thanks 👍
saved time :)
amazing, thank you! :D
Thank you, I made a website for this Morse code translator
Thank you!
thanks
Thanks a lot!