The Morse Code Converter is a simple Python application that allows users to convert text to Morse code and play the corresponding Morse code audio using the computer's speaker.
- Text-to-Morse code conversion
- Adjustable pitch for Morse code audio
- User-friendly GUI built with Tkinter
- Supports both short (dot) and long (dash) beeps
- Python 3.x
- Tkinter library (usually included in standard Python installations)
-
Clone the repository:
git clone https://github.com/gaketz/morse-code-converter.git
-
Change directory:
cd morse-code-converter
-
Run the application:
python morse_code_converter.py
- Enter the text you want to convert in the provided input field.
- Press the "Convert" button or press Enter to see the Morse code output.
- Adjust the pitch slider to change the audio pitch.
- Listen to the Morse code audio.
This project is licensed under the MIT License.