Caesar cipher decryption script written in python.
This script use greek alphabet. To change the alphabet go to second line and change alphabet input.
alphabet = 'ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩ'
alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
Python 3.6 or newer.
To run this script, execute:
python3 caesar_decrypter.py