[PR #2584] Add auto-py-to-exe #1901

Open
opened 2025-11-06 13:25:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2584
Author: @Polycarbohydrate
Created: 5/16/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2584 **Author:** [@Polycarbohydrate](https://github.com/Polycarbohydrate) **Created:** 5/16/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`e64caaf`](https://github.com/vinta/awesome-python/commit/e64caaf4b65df7aeac721661b5c6bc654fb95323) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? This project uses [Pyinstaller](https://github.com/pyinstaller/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](https://github.com/brentvollebregt/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](https://github.com/pyinstaller/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](https://github.com/pyinstaller/pyinstaller) commands above the simple bottons for each command. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:25:29 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1901