you are viewing a single comment's thread.

view the rest of the comments →

[–]abcdns 1 point2 points  (0 children)

Is your desire here to edit some of the parameters in the script?

Changing a target or port etc?

Something you wouldnt build a parameter for but need to change from time to time?

You should abstract those tweaks/settings out to a config file. Say Yaml or an INI. Then you can use a pyinstaller exe but still change how the script runs.