Python Forum
File Checksum App - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: File Checksum App (/thread-41258.html)



File Checksum App - rob101 - Dec-08-2023

This application provides an easy to use GUI for checking the hash values of any file. The use case is for when you download a file for which the author has provided a checksum value: this app will generate the hash value of the downloaded file (on the local host machine) and allow you to simply paste in the publish hash value. It will then compare the two values and indicate if they are a match, or not a match.

It is hosted on GitHub, so please feel free to take a look and provide any feedback that you think is appropriate.

Thank you for your interest.