SyntaxFix
Write A Post
Hire A Developer
Questions
I have programmed a module wich is able to hash big files with different algorithms.
pip3 install py_essentials
Use the module like this:
from py_essentials import hashing as hs hash = hs.fileChecksum("path/to/the/file.txt", "sha256")