This is a beginner-friendly Python script that lets you encode and decode secret messages using a Caesar Cipher.
Great for fun cryptography practice or for building your Python portfolio!
- π€ Encodes your message by shifting each letter a set number of steps (the βsecret keyβ)
- π΅οΈββοΈ Decodes messages using the same key
- π§ Teaches you basic string manipulation and logic
- Python π (no external libraries needed!)
- VS Code (or any code editor)
- Your curious brain π§
git clone https://github.com/shayla-develops-webs/secret-message-encoder.git
cd secret-message-encoder
2. Run the Script:
python secret_message.py
3. Follow the Prompts
-Choose to encode or decode
-Enter your message
-Enter a number (your secret shift key)