Hello 👋🏻, I'm Encrypto, a friendly bot here to help you with your secret messages! I specialize in Morse code, a type of communication that uses dots and dashes to encode letters and numbers. With my help, you can easily translate your messages to and from Morse code, keeping your communications private and secure. Whether you need to send a secret message to a friend, decode a mysterious transmission, or just learn more about Morse code, I'm here to assist you. Simply tell me what you need, and I'll do my best to help!🤖
- Encrypt messages into Morse code
- Decrypt Morse code into messages
- Supports upper-case letters, numbers, and common symbols
- User-friendly command-line interface
- Clone this repository to your local machine.
- Open a terminal or command prompt and navigate to the project directory.
- Run the command
python morse.py
to start the program. - Follow the prompts to encrypt or decrypt your message.
- When you are finished, type "no" to exit the program.
Morse code is a system of communication that uses dots and dashes to represent letters, numbers, and symbols.
Here's a chart of Morse code sequences for each letter of the alphabet, as well as for numbers and some common symbols:
- A: .-
- B: -...
- C: -.-.
- D: -..
- E: .
- F: ..-.
- G: --.
- H: ....
- I: ..
- J: .---
- K: -.-
- L: .-..
- M: --
- N: -.
- O: ---
- P: .--.
- Q: --.-
- R: .-.
- S: ...
- T: -
- U: ..-
- V: ...-
- W: .--
- X: -..-
- Y: -.--
- Z: --..
- 0: -----
- 1: .----
- 2: ..---
- 3: ...--
- 4: ....-
- 5: .....
- 6: -....
- 7: --...
- 8: ---..
- 9: ----.
- .: .-.-.-
- ,: --..--
- ?: ..--..
- !: -.-.--
- [: -.--.
- ]: -.--.-
Contributions to the project are welcome. If you would like to suggest a feature, report a bug, or contribute code, please submit an issue or pull request on the project's GitHub repository.