Credit goes to: https://github.com/KyleRusscher
*Shoutout to: w3 for the Python file scanner https://www.w3resource.com/python-exercises/os/python-os-exercise-3.php
A Python script, that takes a BASH script that checks file integrity based on SHA1 digest, to scan as many files as you would like at once. The original BASH script only did one file at a time, the Python script automates it further.