If you like this repository, don't forget to give it a ⭐!
A simple graphical user interface (GUI) application built using Python's Tkinter library that allows you to encrypt and decrypt text using the Caesar Cipher technique.
- Encrypt Text: Enter text and shift value to encrypt the message using the Caesar Cipher method.
- Decrypt Text: Enter an encrypted message and the same shift value to decrypt the message.
- Customizable Shift: Specify any shift value between 1 and 25.
- User-Friendly Interface: A clean and simple interface with hover effects and responsive layout.
1.Clone the repository or Download this repository.
2.This project only requires the built-in tkinter
library.
1.Enter Text: Type message you want to encrypt or decrypt. 2.Set Shift Value: Input a shift value between 1 and 25.