Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/harshitrv/morse-code-converter
- Owner: HarshitRV
- Created: 2021-09-28T14:25:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T16:30:55.000Z (about 3 years ago)
- Last Synced: 2023-03-10T01:40:56.261Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```