[PR #541] [MERGED] Adds export to script functionality #487

Closed
opened 2026-02-26 12:21:49 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: script_export_feat


📝 Commits (6)

  • e195f0c Adds export to script functionality
  • 7017f65 Ensures correct string quoting in script export.
  • 38781ad Prettier Fix
  • 463a388 Run npx prettier@2.8.8 --write .
  • f025fa7 Fixes regarding @ brentvollebregt feedback
  • 241647d Update 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:
image


🔄 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/brentvollebregt/auto-py-to-exe/pull/541 **Author:** [@mcagriaksoy](https://github.com/mcagriaksoy) **Created:** 10/9/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@brentvollebregt](https://github.com/brentvollebregt) **Base:** `master` ← **Head:** `script_export_feat` --- ### 📝 Commits (6) - [`e195f0c`](https://github.com/brentvollebregt/auto-py-to-exe/commit/e195f0cfa9511cfab72af9a7c427deaf5a7816da) Adds export to script functionality - [`7017f65`](https://github.com/brentvollebregt/auto-py-to-exe/commit/7017f653dcb00e4d8826ddc8c95af1e029ee4bf4) Ensures correct string quoting in script export. - [`38781ad`](https://github.com/brentvollebregt/auto-py-to-exe/commit/38781ad37f5e795b699454b90a536494c7e19d02) Prettier Fix - [`463a388`](https://github.com/brentvollebregt/auto-py-to-exe/commit/463a3882c53cbc01aab91a9dd8993fe3857f3007) Run `npx prettier@2.8.8 --write .` - [`f025fa7`](https://github.com/brentvollebregt/auto-py-to-exe/commit/f025fa7191fa1b81ef4f0c91a35583d3c0f56012) Fixes regarding @ brentvollebregt feedback - [`241647d`](https://github.com/brentvollebregt/auto-py-to-exe/commit/241647d4f93915b16afc847bd4255f670922af28) Update auto_py_to_exe/ui.py ### 📊 Changes **7 files changed** (+98 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This PR includes the fix mentioned in: [Issue @540](https://github.com/brentvollebregt/auto-py-to-exe/issues/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: <img width="626" height="842" alt="image" src="https://github.com/user-attachments/assets/6976003a-aa68-438e-80b5-8e176a0af988" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:21:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#487
No description provided.