I made a simple Python script that decrypts and encrypts given text using the Caesar Cipher algorithm. This is my first project relating to cybersecurity, which is my main field of interest, and it's also my first step into cryptography. The project was also a good way for me to demonstrate my understanding of basic Python, specifically functions and strings.