https://github.com/cyberfantics/py-to-exe
https://github.com/cyberfantics/py-to-exe
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberfantics/py-to-exe
- Owner: cyberfantics
- Created: 2024-07-25T13:29:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T13:38:39.000Z (11 months ago)
- Last Synced: 2025-01-18T14:47:02.575Z (6 months ago)
- Size: 16.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# py-to-exe
A GUI-based tool for converting Python scripts into standalone executable files.
## Overview
`py-to-exe` is a user-friendly application that allows you to convert Python scripts (`.py`) into Windows executable files (`.exe`). This tool provides a graphical interface for a straightforward conversion process without needing to use the command line.
## Features
- **Convert Python Scripts:** Easily convert Python scripts into executable files.
- **Icon Customization:** Optionally include a custom icon for the generated executable.
- **No Console Window:** Create executables that do not show a command prompt window.## Usage
1. **Run the Application:**
Double-click the `py_to_exe.exe` file to launch the GUI.
2. **Convert a Python Script:**
- **Select a Python File:** Click on the **Browse** button to choose the Python script you want to convert.
- **Select an Icon File (Optional):** Click on the **Browse** button next to **Select an Icon file (optional):** to choose an icon file for the executable (optional).
- **Start Conversion:** Click the **Convert** button to begin the conversion process.The tool will:
- Convert the selected Python script into an executable file.
- Save the executable in the same directory as the Python script.
- Clean up temporary files created during the conversion process.## Example Screenshots
1. **Select a Python File:**

2. **Select an Icon File (Optional):**

3. **Start Conversion:**

## Troubleshooting
- **Executable Not Working:** Ensure that you have selected a valid Python script file and that the script does not have errors.
- **Permission Issues:** If you encounter permission errors, try running the executable with administrative privileges.## Contributing
Contributions are welcome! Please submit a pull request or open an issue if you encounter any bugs or have feature requests.
## Developer
Syed Mansoor ul Hassan Bukhari## Contact
For any questions or feedback, please open an issue on the [GitHub repository](https://github.com/cyberfantics/py-to-exe).