git clone https://github.com/YieldRay/py-file2img
cd py-file2img
# venv (optional)
python -m venv .
source Scripts/activate
pip install -r requirements.txt
python ./file2img.py
python ./gui.py
or build the GUI to an executable by command pyinstaller gui.py -w
then the executable file should be in ./dist
after the build