Welcome to the Caesar Cipher! π This is a Python implementation of the classic encryption technique, where letters in a message are shifted by a specified number of places in the alphabet. This project allows you to encode and decode messages easily.
- Encoding and Decoding: You can encrypt and decrypt messages using a simple shift method.
- Custom Shift Amount: Users can specify how many letters to shift for encoding or decoding.
- User-Friendly Interface: Prompts guide users through the process of encoding or decoding their messages.\
- Type 'encode' to encrypt a message or 'decode' to decrypt a message.
- Enter the text you want to process and the shift amount.
- The program will display the encoded or decoded result.
Contributions are welcome! If you have suggestions for improvements or find any issues, please submit an issue or a pull request.