Skip to content

yoda24/py-to-exe-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py to Exe - Quick Converter [GUI]

GUI tool to convert Python .py files to Windows .exe using PyInstaller.

Features

  • Simple GUI for PyInstaller
  • One-file .exe or folder
  • Clear cache & remove spec file options
  • Supports custom icon
  • Shows real-time log
  • Handles multiple conversions safely (prevents conflicts if PyInstaller is still running from a previous conversion)

Requirements

  • Python 3.10+
  • PyQt6 (6.9.1)
  • psutil (7.1.0)
  • PyInstaller (6.16.0)

Install dependencies:

pip install -r requirements.txt

About

GUI tool to convert Python scripts (.py) to standalone EXE files using PyInstaller.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages