Skip to content

Files

Latest commit

author
Harshit Kr Vishwakarma
Oct 18, 2021
591b9db · Oct 18, 2021

History

History
This branch is up to date with erastusnzula/Python-project-Scripts:main.

Morse-Code-Converter

README.md

Morse code converter

What is Morse Code?

Morse Code is a character encoding scheme that allows operators to send messages using a series of electrical pulses represented as short or long pulses, dots, and dashes in other words.

About

Using this program one can convert the english text or sentence to morse code and vice versa. This code can be run in terminal or in tkinter window.

Running this code

One can run this code in terminal as well as in tkinter window.

Running in terminal.

python3 main.py 

Running through tkinter app window.

python3 converter_app.py

Here are the some screenshots of the program.


Running the code in terminal

Tkinter UI