https://github.com/spyoungtech/pyfilehash
A tool for generating checksums for files.
https://github.com/spyoungtech/pyfilehash
Last synced: 9 days ago
JSON representation
A tool for generating checksums for files.
- Host: GitHub
- URL: https://github.com/spyoungtech/pyfilehash
- Owner: spyoungtech
- Created: 2016-11-15T21:25:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T13:44:28.000Z (over 9 years ago)
- Last Synced: 2025-03-04T00:44:41.722Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyFileHash
PyFileHash is a utility for getting file checksums.
Supports md5, sha1, sha224, sha256, sha384, and sha512
#Usage
```
usage: pyfilehash.py [-h] [-q] algorithm path
positional arguments:
algorithm The algorithm to use, I.E MD5, SHA1, SHA256, etc.
path The path of the file. Can be relative or absolute.
optional arguments:
-h, --help show this help message and exit
-q, --quiet Quiet flag. Supresses GUI
```