Skip to content

Aayush9029/encodeDecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The repo contains my pip package, which will be used to encode and decode strings into various types

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages