- Joined
- Jan 8, 2019
- Messages
- 56,623
- Solutions
- 2
- Reputation
- 32
- Reaction score
- 100,456
- Points
- 2,313
- Credits
- 32,750
6 Years of Service
76%

This script provides a graphical user interface (GUI) for converting Python scripts (.py files) to executable files (.exe) using PyInstaller. The GUI is built using tkinter and includes options for selecting the Python file, output directory, output format (onefile or onedir), window option (console or windowed), and an optional icon file.
Features
File Selection: Browse and select the Python script to convert.
Output Directory: Choose the directory where the executable will be saved.
Output Format: Select between onefile (single executable) or onedir (directory with dependencies).
Window Option: Choose whether to show the console window or hide it (windowed mode).
Icon File: Optionally add an icon to the executable.
Additional Files: Optionally add Files or Forlder to the executable.
Progress Bar: Displays a progress bar while the conversion is in progress to indicate activity.
Threading: Uses threading to ensure the GUI remains responsive during the conversion process.
To see this hidden content, you must like this content.