Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.3 KB

Star Badge Open Source Love

Simple Morse Code Translator In Python

Morse code is a method of transmitting text information as a series of on-off tones, lights, or clicks that can be directly understood by a skilled listener or observer without special equipment. It is named for Samuel F. B. Morse, an inventor of the telegraph.

Prerequisites

  • Python 3

How to run the script

Execute

python MorseCode.py

Algorithm

The algorithm is very simple. Every character in the English language is substituted by a series of dots and dashes or sometimes just singular dot or dash and vice versa.!

morsecode

Screenshot showing the sample use of the script

Screenshot (7)

Author Name

Vikrant