Fork of the code for my file shredding program called open-shred. This time it utilizes certutil to generate a file hash. This means it only works on Windows for now.
Method 1: Compile the main.py file into a executable (.exe) file using pyinstaller
pip install pyinstaller
pyinstaller --onefile main.py
After you complete these set of instructions, the executable should be found in the dist folder
Method 2: Run the main.py through an IDE or OS command-line that has Python installed