Skip to content

Translates between alphanumeric text and morse code and generates audio for morse code.

Notifications You must be signed in to change notification settings

alec-chan/morse-code-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

morse-code-translator

PyPI version

Translates between alphanumeric text and morse code and generates audio for morse code.

Setup

Requires python 2.7 and Pyaudio Can be installed through pip:

pip install pyaudio

Usage

#text -> morse (this also will play the morse code audio through your speakers)
python translator.py "<your text>"

#morse -> text
python translator.py "<your morse code>"

#or just
python translator.py

About

Translates between alphanumeric text and morse code and generates audio for morse code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages