Clone the repository with
git clone https://github.com/agjunyent/EEpyFS.git
or download as .zip and extract.
CD into the folder and run python EEpyFS.py
Download and install Python from here: python.org/downloads
Open Command Prompt Run the following commands
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
python -m pip install PySimpleGUI
python -m pip install PyYAML
python -m pip install opencv_python
pip install numpy==1.19.3