This project is a text to Morse code converter. It allows users to input text and convert it to Morse code or vice versa.
- Conversion of text to Morse code
- Conversion of Morse code to text
- Copy and paste functionality
- History of input and output texts
To convert text to Morse code, enter the text in the input field and click the "Convert" button. The converted Morse code will appear in the output field.
To convert Morse code to text, enter the Morse code in the input field and click the "Convert" button. The converted text will appear in the output field.
Additional buttons are available for copying, pasting, clearing the input and output fields, and navigating through the conversion history.
To use this project, you can clone the repository from GitHub:
git clone https://github.com/Underemployed/morse_code_translator.git
Contributions are welcome! If you would like to contribute to this project