Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 571 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 571 Bytes

EncDecGUI

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