PyInstaller Wizard is a simple GUI tool built using Python's Tkinter library to easily create executables (.exe files) from Python scripts using PyInstaller.
- Step-by-step wizard: Guides the user through a simple two-step process.
- Folder selection: Allows users to select the project folder containing Python scripts.
- Python file selection: Automatically lists
.pyfiles from the selected folder for conversion. - Executable creation: Converts the selected Python script to an executable (
.exe) file using PyInstaller. - Error handling: Displays appropriate error or success messages throughout the process.