The code is super beginner friendly it's simple to understand and implement.
Installation
pip install morse3
Usage
>>> from morse3 import Morse as m
>>> m("a a23").stringToMorse()
>>> .- .- ..--- ...--
>>> m("-.-. .- -. -.. -.--").morseToString()
>>> candy