Python project to encrypt or decrypt file using AES. Project developed using pyAesCrypt and tkinter
#Development environment Windows 10 Python 3.10.1
#pyAescrypt package for encryption pip install pyAesCrypt
#The Tkinter library is built-in with every Python installation. So no need to install it.
#To create stand alone executable, I have used pyinstaller. #Refence Link: https://stackoverflow.com/questions/5458048/how-can-i-make-a-python-script-standalone-executable-to-run-without-any-dependen
pip install pyinstaller pyinstaller -F [yourFile].py