flet icon indicating copy to clipboard operation
flet copied to clipboard

feature: The packaged program supports receiving parameters.

Open shu-shu-1 opened this issue 1 month ago • 2 comments

Duplicate Check

  • [x] I have searched the opened issues and there are no duplicates

Describe the requested feature

The bundled executable should support command-line argument passing at runtime. Arguments provided by users when launching the program must be fully accessible within the code through sys.argv , maintaining identical behavior to the original Python script.

Suggest a solution

No response

Screenshots

No response

Additional details

No response

shu-shu-1 avatar Nov 30 '25 03:11 shu-shu-1

Can you please better explain/detail your request?

ndonkoHenri avatar Nov 30 '25 10:11 ndonkoHenri

Can you please better explain/detail your request?

The bundled executable should support command-line argument passing at runtime. Arguments provided by users when launching the program must be fully accessible within the code through sys.argv , maintaining identical behavior to the original Python script.

shu-shu-1 avatar Dec 05 '25 13:12 shu-shu-1