A text-based Python program to convert user input into Morse Code.
- The dictionary of supported characters is located in
data.py
file. - Each morse "character" is seperated from the next one with a space.
- Morse code words are seperated with a slash "/" character.
-
Clone this repository to your local machine:
git clone https://github.com/alexkanavos/text-to-morse-code.git
-
Navigate to the project directory:
cd text-to-morse-code
To start the program, run the following command:
python3 main.py
Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License.