Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

MD5_tool

17 Oct 2019

Source script

To run from the source script:

  • Install Python3
  • Install PySimpleGUI using pip: pip3 install PySimpleGUI
    • If this does not work, try: python -m pip install PySimpleGUI

From the source folder, run: python md5tool.py

Depending on how your system is configured, you may need to use python3 instead of python.