Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
/ Morse-Code Public archive

This is a More code conversion program. You can convert english text to Morse or Morse to english text. You can even play the audio of the morse.

Notifications You must be signed in to change notification settings

anurag3301/Morse-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse-Code

This is a morse code conversion program. It has 5 files in which 3 are wav audio file and 2 Python files: function.py and main.py. function.py file contains all the conversion functions and main.py contains the main runable program. First execute the main.py then a Tkinter window will open, to conver text to morse, enter your message in the input entry and click on 'AlphaNumeric → Morse' button, you will get the morse code in the output box, you can even listen to the morse just ckick on 'Play Morse' button. Remember the input only accepts alphabets and number. To convert morse to text enter the morse code in input entry, leave one space between each character and two space between each word, then click on 'Morse → AlphaNumeric' button, the text will apper in output box.

Please Install the 'simpleaudio' library to play the Morse Code Sound. Pip Command: "pip3 install simpleaudio"

Demo: https://www.youtube.com/watch?v=S2yT6YTqAK4

About

This is a More code conversion program. You can convert english text to Morse or Morse to english text. You can even play the audio of the morse.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages