Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

25 lines (11 loc) · 583 Bytes

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("-.-. .- -. -.. -.--").morseToString()

>>> candy