A simple python script that allows you easily encrypt and decrypt your files using AES-256!
To run this script you should have prompt-toolkit and cryptography libraries. To install them just run:
pip install -r requirements.txt
sh install.sh
python3 pyenc.py -e <name of your file>
python3 pyenc.py -d <name of your file>.enc