Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.09 KB

MorseCodePython

A Simple Application to convert Text to MorseCode(with Audio)

alt text

The application converts given input string of English characters , numerics and some special characters into MorseCode in characters and also plays the audio for each character

if the input character is not found then it is denoted with a /

In this application a "dit" is denoted by "." and a "dah" is denoted by "-"

#setup

  • Create a virtualenv and activate it

    virtualenv <env_name>/bin/activate

  • Installing the dependencies

    pip install -r requirements.txt

  • For some os's we need ffmpeg for decoding the audio files (for ubunut or most of the linux bases ) :

    sudo apt install ffmpeg other os's

  • Running the Application

    python getMorseCode.py (input the data there )

Source for all the MorseCode audio and images wikipedia