Skip to content

CipherText is a simple Python desktop app using customtkinter to encrypt and decrypt messages with the Caesar Cipher. It offers a clean GUI for inputting text and a shift key, making it ideal for learning basic cryptography and GUI development.

License

Notifications You must be signed in to change notification settings

Bikash07-git/Cipher_Text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” CipherText - Caesar Cipher GUI using Python

A mini-project that encrypts and decrypts text using the Caesar Cipher algorithm, built with a modern GUI using customtkinter.

πŸ’» Features

  • Encrypt or decrypt using Caesar Cipher
  • Modern and responsive GUI
  • Built with Python and customtkinter

πŸš€ How to Run

  1. Clone the repo or download the project.
  2. Install the required package:
    pip install customtkinter

About

CipherText is a simple Python desktop app using customtkinter to encrypt and decrypt messages with the Caesar Cipher. It offers a clean GUI for inputting text and a shift key, making it ideal for learning basic cryptography and GUI development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages