Simple GUI to generate checksums for a file.
- Requires tkinter.
- eg. on ubuntu
sudo apt-get install python3-tk
- eg. on ubuntu
- Execute via
python3 hashfile.py
- Can optionally pass file (to generate checksums) as an argument eg.
python3 hashfile.py /path/to/example.txt