Ceasar_cipher

Hey this is J0ey, this program is a very basic Caesar cipher encoder/decoder. In order to use this program, you will need to have Python installed.
You can check if you have it by going to the terminal and entering
python --version, python, or py
If not you can download Python on Linux:
sudo apt install python
You can change the packet manager in the line above, if you don’t use “apt”.
For Windows you can visit the Python website below:
https://www.python.org/downloads
Choose your windows version and follow instructions from there.
To download the code from Linux enter git clone https://github.com/J0eyhacksgibsons/Caesar_cipher.git
For Windows: you can copy it or save it as a zip from the top right of the code.
To run the code in the command line while in the same directory python caesar_cipher.py
It should work from there.

GitHub

View Github