A .py to .exe converter using a simple graphical interface built with Eel in Python.
- Python : Python 2.7 or Python 3.3+ (basically anything that pyinstaller runs on)
- Chrome : to run the user interface in; eel uses this (app mode)
- Clone/download this repo
- Open cmd/terminal and cd to the project
- Execute
pip install -r requirements.txt
Run run.py
. Chrome will open in app mode with the project running inside.
- Select your script location (paste in or use a file explorer)
- Outline will become blue when file exists
- Select other options and add things like an icon or other files
- Click the big blue button at the bottom to convert
- Find your converted files in /output when completed
Easy.