Skip to content
/ Morse Public

Encrypt Morse code and decrypt Morse code using Python.

Notifications You must be signed in to change notification settings

0x802/Morse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse Code

Encrypt Morse code and decrypt Morse code using Python.

Option

key Using
-t, --text English Language to Morse code
-m, --morse Morse code to English Language.
-p, --play Play the sound Morse code.
-s, --nostyle Canceling styles.

Install

$ git clone https://github.com/hathemahmed/morse
$ cd morse 
$ python3.6 -m pip install -r requirements.txt
$ chmod +x morse.py
$ ./morse.py --help

Using

Encoding:

$ ./morse.py -t "Hello World" -p 

Decoding:

$ ./morse.py -m ".- -.. -- .. -." -p

Releases

No releases published

Packages

No packages published

Languages