A simple Python GUI tool built with Tkinter that computes and verifies SHA256 hashes of files. Useful for checking file integrity and detecting tampering.
- ✅ Calculate SHA256 hash of any file
- 🔒 Compare with an original hash to verify integrity
- 💻 GUI interface using Tkinter
- 💾 Save verification results to
.txtreport files - 🌑 Dark-themed and beginner-friendly interface
📁 Screenshots in a
/screenshotsfolder in the repo._
- Python 3.10+
tkinter(usually included with Python)- Works on Windows/Linux/macOS
python file_hash_verifier_gui.py