Where is the documention for pyMorseCode?

Created by Jochen Schnelle
Keywords:
documentation

The docstrings within the module are complete. So to get a comprehensive guide on using pyMorseCode, just import the module and call the help() function:

>>> from pymorsecode import MorseCode
>>> help(MorseCode)