- Encrypts text messages using the Caesar Cipher algorithm.
- Decrypts text messages with a known shift value.
- The user can choose whether to encrypt or decrypt a message.
- Accepts user input for the text and shift key.
- Simple and easy-to-use Python script.