An Encoder/Decoder application using Python Tkinter
- Based on Caesar cipher (each character's ASCII code is shifted three positions to the right (e.g., 'A' becomes 'D', 'B' becomes 'E', etc.))
- Encryption and Decryption
- Responsive design
These instructions will help you get a copy of the project up and running on your local machine
-
Clone the Git Repository
-
Open the project directory in your code editor.
-
Run the code




