Expand description
Simple ASCII to Morse and vice versa translator.
Provides a way to translate an ASCII input to their Morse code representation and a way to translate a Morse input to their ASCII representation.
Modulesยง
- translate
- Provides methods to translate ASCII to Morse code and to translate Morse to ASCII.