Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 6, 2021 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/8b62a027c0088933f9905ad468551f57 to your computer and use it in GitHub Desktop.
Save parzibyte/8b62a027c0088933f9905ad468551f57 to your computer and use it in GitHub Desktop.
equivalencias = {
"A": ".-",
"B": "-...",
"C": "-.-.",
"CH": "----",
"D": "-..",
"E": ".",
"F": "..-.",
"G": "--.",
"H": "....",
"I": "..",
"J": ".---",
"K": "-.-",
"L": ".-..",
"M": "--",
"N": "-.",
"Ñ": "--.--",
"O": "---",
"P": ".--.",
"Q": "--.-",
"R": ".-.",
"S": "...",
"T": "-",
"U": "..-",
"V": "...-",
"W": ".--",
"X": "-..-",
"Y": "-.--",
"Z": "--..",
"0": "-----",
"1": ".----",
"2": "..---",
"3": "...--",
"4": "....-",
"5": ".....",
"6": "-....",
"7": "--...",
"8": "---..",
"9": "----.",
".": ".-.-.-",
",": "--..--",
":": "---...",
"?": "..--..",
"'": ".----.",
"-": "-....-",
"/": "-..-.",
"\"": ".-..-.",
"@": ".--.-.",
"=": "-...-",
"!": "−.−.−−",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment