8000 GitHub - ZhijieLiu029/encodeDecode: The repo will contain my pip package, which will be used to encode and decode strings into various types
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

ZhijieLiu029/encodeDecode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

>>> candy

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0