Skip to content

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

License

Notifications You must be signed in to change notification settings

Alien-X717/Hash-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages