Skip to content

A simple text based automatic morse encoder/decoder

Notifications You must be signed in to change notification settings

taj0023/Auto-morse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Morse Encoder and Decoder

Description:-

A simple morse encoder and decoder.(text version)

Usage:

  • It is a s simple as entering the string
  • (optional) You can even set the delimitor using -d. Default delimitor is "|"
python3 morse.py "string to encode" -d "/"
# output:-  ... - .-. .. -. --. /  - --- /  . -. -.-. --- -.. .

OR

python3 morse.py "-.. . -.-. --- -.. . -.. |  ... - .-. .. -. --."
#output:- "decoded string"

About

A simple text based automatic morse encoder/decoder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages