Translate text to Morse code and Morse code back to text
Project description
pyMorseCode is a Python module with translates text to Morse code and Morse code back to text, following strictly the ITU Morse code alphabet. The module holds one class names “MorseCode”, which holds all needed functions etc. For a full documentation, read the docstrings of the class, as docstrings are complete:
>>> from pymorsecode import MorseCode >>> help(MorseCode)