Skip to content
/ harisum Public

A cross-platform python tool (gui + cmd) to generate and verify file checksums.

License

Notifications You must be signed in to change notification settings

ds1219/harisum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drawing

## harisum

A cross-platform python tool (gui + cmd) to generate and verify file checksums.

BUILD EXE

install dependancies

pip install tqdm pysimplegui pyinstaller

build gui

pyinstaller py-hs.spec

Executable will be generated into the dists filder

CMD Usage

hs.py <file> <algo> <key>

Dependancies :

tqdm

pip install tqdm

for best experience use a shell that supports coloured output! (ANSI escape codes)

GUI Usage

Open hs-gui

python hs-gui.py

Dependancies:

pysimplegui

pip install pysimplegui

tkinter

tkinter is usually included with the standard python installation, but some linux distros do not include it by default.

Supported checksum algorithms:

  • SHA1
  • SHA256
  • MD5

About

A cross-platform python tool (gui + cmd) to generate and verify file checksums.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages