This Python program implements a Caesar cipher, allowing users to encode and decode messages with custom shifts. It provides a simple Command Line Interface (CLI) for encryption and decryption tasks.
Run the program. Choose 'encode' to encrypt a message or 'decode' to decrypt. Enter your message and the desired shift. Receive the encrypted or decrypted message.
Customizable shift for encryption/decryption. Clear and intuitive interface. Supports both encoding and decoding functionalities.
Clone the repository to your local machine. Run the Python script. Follow the instructions to encrypt or decrypt your messages.
Python 3.x No additional libraries or dependencies required.
Feel free to contribute by suggesting improvements or reporting issues. Fork the repository, make your changes, and submit a pull request.