mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[PR #541] [MERGED] Adds export to script functionality #487
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/brentvollebregt/auto-py-to-exe/pull/541
Author: @mcagriaksoy
Created: 10/9/2025
Status: ✅ Merged
Merged: 10/16/2025
Merged by: @brentvollebregt
Base:
master← Head:script_export_feat📝 Commits (6)
e195f0cAdds export to script functionality7017f65Ensures correct string quoting in script export.38781adPrettier Fix463a388Runnpx prettier@2.8.8 --write .f025fa7Fixes regarding @ brentvollebregt feedback241647dUpdate auto_py_to_exe/ui.py📊 Changes
7 files changed (+98 additions, -7 deletions)
View changed files
📝
auto_py_to_exe/dialogs.py(+9 -2)📝
auto_py_to_exe/ui.py(+31 -1)📝
auto_py_to_exe/web/css/main.css(+6 -0)📝
auto_py_to_exe/web/index.html(+11 -3)📝
auto_py_to_exe/web/js/i18n.js(+35 -1)📝
auto_py_to_exe/web/js/importExport.js(+5 -0)📝
auto_py_to_exe/web/js/staticEvents.js(+1 -0)📄 Description
This PR includes the fix mentioned in: Issue @540
Adds functionality to export the configuration to a script file, enabling users to run the conversion process directly from the command line.
The script file generated adapts to the user's operating system, creating either a .bat file on Windows or a .sh file on macOS/Linux, and includes a command to execute the conversion with the current settings.
UI:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.