An open API service indexing awesome lists of open source software.

https://github.com/turhanenesishak/pyinstallerwizard

Pyİnstaller Wizard
https://github.com/turhanenesishak/pyinstallerwizard

github pyinstaller python spaces tophics wizard

Last synced: about 1 month ago
JSON representation

Pyİnstaller Wizard

Awesome Lists containing this project

README

          

# PyInstaller Wizard

PyInstaller Wizard is a simple GUI tool built using Python's `Tkinter` library to easily create executables (`.exe` files) from Python scripts using PyInstaller.

## Features

- **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 `.py` files 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.