https://github.com/alexgioffdev/morse_code_translator
A text-based Python program to convert Strings into Morse Code.
https://github.com/alexgioffdev/morse_code_translator
Last synced: 10 months ago
JSON representation
A text-based Python program to convert Strings into Morse Code.
- Host: GitHub
- URL: https://github.com/alexgioffdev/morse_code_translator
- Owner: AlexGioffDev
- Created: 2020-12-30T23:47:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-31T16:19:38.000Z (over 5 years ago)
- Last Synced: 2025-03-22T02:23:20.127Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a **Code Morse Translator** A python console application that allows you to convert a message into morse code or translate a message from morse code
Tasks:
- [x] Alphabet converter
- [ ] Add Symbol and Numbers on the dictionary

