https://github.com/bhaskaracharjee/morseenigma
Python GUI for Morse Code Converter with Sound Playback
https://github.com/bhaskaracharjee/morseenigma
morse-code morse-code-converter morse-translator
Last synced: 8 days ago
JSON representation
Python GUI for Morse Code Converter with Sound Playback
- Host: GitHub
- URL: https://github.com/bhaskaracharjee/morseenigma
- Owner: BhaskarAcharjee
- License: gpl-3.0
- Created: 2023-07-04T07:23:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T20:06:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T15:15:26.442Z (3 months ago)
- Topics: morse-code, morse-code-converter, morse-translator
- Language: C++
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MorseEnigma
MorseEnigma is a Python-based Morse code converter and player that allows you to convert text to Morse code, play the Morse code as sound, and convert Morse code back to text. It provides a user-friendly graphical interface using the tkinter library.## Features
- Convert text to Morse code
- Convert Morse code to text
- Play Morse code as sound
- Play the original text as sound using text-to-speech
- Dark and default theme options
- Virtual keyboard for easy text input## Requirements
- Python 3.6+
- Tkinter library
- winsound module (for sound playback on Windows)
- pyttsx3 library (for text-to-speech functionality)## Usage
1. Run the program:
-python MorseEnigma.py
2. Use the graphical interface to enter text, convert it to Morse code, play the Morse code sound, and perform other operations.## Issue and Improvement
The play original sound feature does not stop when requested.## Contributing
Contributions are welcome! If you have any ideas for improvements, discover any bugs, or want to add new features, please feel free to open an issue or submit a pull request. Make sure to follow the project's code style and guidelines.