MorseCode_translator is a tool that translates English text to Morse code and vice versa. It offers a graphical user interface built using Tkinter
and provides audio feedback for the Morse code translation.
Yup you read that right the stuff you saw in movies (like martian,Intersteallar,Independence day etc).This code coneverts english language to Morse code. You can also hear what your translated morse code sounds like awesome right..??. I built the gui interface using Tkinter .I plan to add much more functionality to it in the future.If you got more awesome ideas about it feel free to add your contributions here ;-)
- English to Morse Code: Convert English text to its Morse code representation.
- Morse Code to English: Translate Morse code back to English text.
- Audio Feedback: Hear the Morse code beeps for the translated text.
- Graphical User Interface: User-friendly interface built using
Tkinter
.
You can test it out directly by downloading the exe file from here https://github.com/Gourav2000/MorseCode_translator/blob/master/dist/morse.exe?raw=true and it's not harmful for your device by the way lol!
- Run the
morse.py
script to launch the application. - Choose between converting English to Morse code or Morse code to English.
- Enter the text or Morse code in the provided text box.
- Click on the "Convert" button to get the translation.
- Optionally, click on the "Convert to sound" button to hear the Morse code beeps.
Contributions are welcome! Feel free to fork the repository, make changes, and submit pull requests.
Please refer to the LICENSE
file in the repository for licensing information.