This is a Python CLI file encryption script for Windows 7 and above
""" 0 This script is under development approach with caution. And the catch is it only encrypts and does not decrypt, the second part is coming soon keep checking.
1 When run this script will encrypt all the files in the current directory with the exception of the files mentioned. in the variable ignore_files and child directories.
2 To install the requirements run this command on your CMD: pip install cryptography
"""