The Morse Code Converter is a Python application with an interactive GUI built using PyQt5. It allows users to convert text to Morse code and vice versa, with the option to copy the generated outputs to the clipboard.
- Text to morse code conversion
- Morse code to text conversion
- Copy generated outputs to the clipboard
Converting text to morse
Converting morse to text
To run the Morse Code Converter locally, follow these steps:
- Clone the repository:
git clone [repository_url]
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Launch the application by running the main script.
- Enter the text or morse code you want to convert in the respective input field.
- Click the Convert button to generate the converted output.
- To copy the output to the clipboard, click the Copy button.
If you would like to contribute to this project, please read the Contribution Guidelines for more information. The guidelines contain areas where improvements are sought, as well as additional features that could be implemented. Feel free to add your own ideas or suggest improvements.For detailed instructions on recreating this project, please refer to the steps.md file.
If you have any questions, suggestions or need further assistance, feel free to reach out to me at [email protected].