A simple and efficient Morse code encryptor and decryptor implemented in Python.
This project provides a tool to convert text to Morse code and Morse code back to text. It is designed for educational purposes and can be easily integrated into other projects.
- Encryption: Convert plain text into Morse code.
- Decryption: Convert Morse code back into plain text.
- Easy to Use: Simple functions to encrypt and decrypt messages.
- Python 3.x
- Tkinter Library
Clone the repository to your local machine:
git clone https://github.com/pauloarchanjo/morse-decoder.git
Navigate to the project directory:
cd morse-decoder
python morse.py