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
- Host: GitHub
- URL: https://github.com/turhanenesishak/pyinstallerwizard
- Owner: turhanenesishak
- License: apache-2.0
- Created: 2024-09-09T14:33:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:29:07.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T19:49:36.007Z (over 1 year ago)
- Topics: github, pyinstaller, python, spaces, tophics, wizard
- Language: TeX
- Homepage:
- Size: 21.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.