Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshitrv/morse-code-converter

Python program to convert a message to morse and vise versa.
https://github.com/harshitrv/morse-code-converter

Last synced: about 4 hours ago
JSON representation

Python program to convert a message to morse and vise versa.

Awesome Lists containing this project

README

        

# 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.

### When Was Morse Code Invented?
Morse code developed in the 1830s then advanced in the 1840s.
### Learn more on [Wikipedia](https://en.wikipedia.org/wiki/Morse_code).

#
## Run the code in terminal
```pyhton
python3 main.py
```

## Run the GUI version of the program
- Switch to uiBranch
```git
git checkout uiBranch
python3 main.py
```