Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 378 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 378 Bytes

Hash-Checker

A simple gui tool made in python using PyQt5 to verify file Hashes (MD5, SHA-1,224,256,384,512)

just run main.py and:

  • Choose a file
  • enter the hash in the respetive input boxes to verify
  • click on check hash

if you want to make changes in UI, open "HashChkUI.ui" file in QT designer, edit and save it and then execute : pyuic5 -x HashChkUI -o gui.py