morse3

A morse code encryption / decryption library


License
MIT
Install
pip install morse3==2.9

Documentation

A library that can convert text, numbers and symbols to morse code and vice versa

The code is super beginner friendly it's simple to understand and implement.

python 3.8 ask me why

Installation

pip install morse3

Usage

>>> from morse3 import Morse as m

>>> m("a a23").stringToMorse()

>>> .-   .- ..--- ...--

>>> m("-.-. .- -. -.. -.--")

>>> candy