https://github.com/akash-rajak/morse-code-translator
Python Script to convert Normal text to Morse code or vice-versa.
https://github.com/akash-rajak/morse-code-translator
cv2 gui morse-code morse-code-translator pil python3 tkinter translation
Last synced: 9 months ago
JSON representation
Python Script to convert Normal text to Morse code or vice-versa.
- Host: GitHub
- URL: https://github.com/akash-rajak/morse-code-translator
- Owner: akash-rajak
- Created: 2021-08-09T13:02:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T14:57:16.000Z (over 4 years ago)
- Last Synced: 2025-02-01T03:28:17.223Z (over 1 year ago)
- Topics: cv2, gui, morse-code, morse-code-translator, pil, python3, tkinter, translation
- Language: Python
- Homepage:
- Size: 766 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✔ MORSE CODE TRANSLATOR
- A "Morse Code Translator" is an application created in python with tkinter gui.
- In this application, user will be able to translate any normal text to its equivalent MORSE code, and vice versa.
- Along with that user will also be able to see the Morse Code Cheatsheet.
****
### REQUIREMENTS :
- python 3
- tkinter module
- from tkinter messagebox module
- from PIL import ImageTk, Image
- cv2
****
### How this Script works :
- User just need to download the file and run the morse_code_translator.py on their local system.
- Here user will be able to see the sample cheatsheet for basic morse code translation using CHEATSHEET button.
- Now on the main window of the application the user can click on the START button to get started with main application.
- On the new window, user will be able to see two text area one for Normal text and other one for Morse Code.
- Here user can enter any text in Normal text area and will be able to encode to Morse Code using MORSE ENCODE button.
- Also user will be able to translate any morse code to Normal text using MORSE DECODE button.
- Also there is an EXIT button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.
### Purrpose :
- This scripts helps user to easily translate from Normal text to Morse Code or vice versa.
### Compilation Steps :
- Install tkinter, cv2
- After that download the code file, and run morse_code_translator.py on local system.
- Then the script will start running and user can explore it by entering the normal text translating it to equivalent Morse Code and vice versa.
****
### SCREENSHOTS :








****
### Author :
- Akash Ramanand Rajak