Skip to content

shayla-develops-webs/secret-message-py-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Secret Message Encoder & Decoder

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!


πŸ’» What It Does

  • πŸ”€ 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

🧰 Built With

  • Python 🐍 (no external libraries needed!)
  • VS Code (or any code editor)
  • Your curious brain 🧠

πŸš€ How to Use

1. Clone the Repository

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)


About

This repo is for my secret message python script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages