If this do not work, try the steps bellow. Making run:
-
You need Python installed, https://www.python.org/downloads/
-
After install python, you need to install the PySimpleGUI lib by powershell,
pip install PySimpleGUI
- After this, its just to clone this repository into a folder and open a cmd in this folder and run:
python interface.py
- Install pyinstaller with pip
pip install pyinstaller
- Execute the follow command
pyinstaller --onefile -w interface.py