I'm a full stack developer ...
I've written a Python program that allows you to encode and decode messages using a Caesar Cipher. The program presents a simple text-based interface where you can choose between encoding and decoding, input your message, and specify a shift value. The program validates your input and displays the encoded or decoded message. If you want to use it again, you can choose to run it repeatedly. The program also features a visually appealing logo and creator information in ASCII art.
Python
For support, email Info@alirezamak.com.
Install my-project:
git clone https://github.com/Alireza-Mak/Caesar-Cipher.git Open your terminal or the terminal of your editor. Go to the directory of the downloaded file. Run the code with the following command:
python main.py