mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 22:20:49 -05:00
[PR #2584] Add auto-py-to-exe #1901
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2584
Author: @Polycarbohydrate
Created: 5/16/2024
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
e64caafUpdate README.md📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
This project uses Pyinstaller to convert from the .py file format to .exe format. The notable difference is that this project uses a very user-friendly graphical interface for users to select options to convert the python code into executable format.
What's the difference between this Python project and similar ones?
Like it was said above, auto-py-to-exe uses a very simple and easy to use graphical interface to allow users to create standalone executables along with dependencies as files. The GUI is translated into 27 different langauges.
It makes the pyinstaller commands into simple point and click bottons that add the feature into the command line which is shown in the GUI. It seperates the input command from the output display/terminal. All of this is done within the application. Users have the option to chose whether they like to use the built in terminal display in the GUI, or use their native console.
Any user can use it without any experiance with Pyinstaller. They do not need to learn any of the pyinstaller commands due to the simplistic nature of the GUI. The words on the bottons help the user understand what each option does. The GUI also displays the Pyinstaller commands above the simple bottons for each command.
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.