Skip to content

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

Notifications You must be signed in to change notification settings

charithreddyv/MorseCodePython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages