Skip to content

A simple Tkinter GUI application to verify file integrity using MD5 hashes listed in an `md5.txt` file.

License

Notifications You must be signed in to change notification settings

herp2021/-MD5HashChecker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD5 Hash Checker

A simple Tkinter GUI application to verify file integrity using MD5 hashes listed in an md5.txt file.

Features

  • Select a folder containing files and an md5.txt file.
  • Displays which files match, mismatch, or are missing.
  • Shows computed and expected hashes for mismatched files.

Usage

  1. Place an md5.txt file in the folder you want to check.
    • Each line should be:
      <md5_hash> <filename>
  2. Run the application:
    python md5_checker_app.py
  3. Click "Select Directory" and choose your folder.

Requirements

  • Python 3.7 or higher
  • No external libraries needed (uses standard library and Tkinter)

About

A simple Tkinter GUI application to verify file integrity using MD5 hashes listed in an `md5.txt` file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%