Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 308 Bytes

README.rst

File metadata and controls

21 lines (16 loc) · 308 Bytes

Description

Fast and simple md5 hash generator for files and directories.

Installing

Requires Python 3.

From PyPI:

pip install md5hash

Examples

For a single file:

from md5hash import scan
print(scan('file.txt'))
>>> 195FCD0B460051BF195DFCB338B196A7