17 Oct 2019
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
- If this does not work, try:
From the source folder, run: python md5tool.py
Depending on how your system is configured, you may need to use python3 instead of python.