Morse code encoder and decoder with no dependencies supports Latin, Cyrillic, Greek, Hebrew, Arabic, Persian, Japanese, Korean, Thai, and Unicode (Chinese and the others) characters with audio ...
morse-project/ │ ├── morse/ │ ├── init.py │ ├── mappings.py # Morse dictionaries │ ├── encoder.py # Text → Morse │ ├── decoder.py # Morse → Text │ ├── audio.py # Morse audio playback │ ├── main.py ...