This is a very basic application which can be used to encrypt/decrypt in traditional cipher methods such as the Caesar cipher, Vigenere cipher and One Time Pad. For the GUI I have used Tkinter library of python to design the application
Run the GUI.py file
Cipher_func.py contains the cipher functions.