A simple and user-friendly GUI application to convert Python scripts (.py / .pyw) into standalone executable files (.exe) using PyInstaller.
- Select a Python file to convert.
- Choose a custom output folder.
- Add a custom icon (
.ico) to your executable. - Hide the console window for GUI applications (optional).
- Build as a single executable file (
onefile) or directory with dependencies (onedir). - Loading spinner with dynamic messages to indicate progress.
- Clone the repository:
git clone https://github.com/omaranos517/Python-to-EXE-Converter.git
cd python-to-exe- Install dependencies:
pip install pyinstaller- Run the application:
python build.py- Select Script: Click the "Browse" button to find your
.pyfile. - Settings: Toggle "One File" if you want a single executable.
- Icon (Optional): Select a
.icofile to brand your app. - Convert: Hit the convert button and wait for the "Success" message!