🛡️ Create and verify files hashes with one click
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
PyChecksum is used to automatically generate and verify multiple files hash with the most popular algorithms
To get a local copy up and running, follow these simple steps.
- Clone the repo
git clone https://github.com/phamngocvinh/py-checksum.git
- Install requirements
pip install -r requirements.txt
- Run
build
script - Executable file will be generated in
dist
folder
- The first time you run, it will generate a hash for all file in the current folder (include sub-folder).
PyChecksum.hash
containing all file's hashes will be generated.- Any time
PyChecksum.hash
exists, if you run again, it will check the current folder file's hash with hash inPyChecksum.hash
PyCheckResult.txt
containing check result will be generated.
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.