This is a simple Python program that implements the Caesar Cipher technique.
It allows users to encrypt and decrypt messages using a shift key.
The program runs in a loop until the user chooses to stop.
- Encrypt lowercase text
- Decrypt encrypted text
- User-controlled shift key
- Continuous execution using loop
- Simple command-line interface
- Python 3
- Lists
- Functions
- Loops
- Conditional statements
- Works only with lowercase alphabets (aβz)
- Does not support spaces or special characters
- Input must be lowercase
- Add support for uppercase letters
- Handle spaces and symbols
- Add input validation
- Create GUI or web version
Neha Paul
Python Learner | College Student