Run another script when pyinstaller is complete? #368
kgroening05
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I get what you're saying, just it may be easier to the So instead of opening auto-py-to-exe every time and then running a script to move the files, you could use the generated I suppose this will only work if you know the options beforehand. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using this GUI to convert a bunch of smaller script files. After converting each file, I'm manually running a Powershell script to move files from the /output directory to other places as needed. I was thinking it would be convenient if there was an option to automatically run a script after pyinstaller finishes.
I was wanting to make a contribution to this repo and perhaps add this as a feature. My thought is I could basically copy the "Manually Provide Options" input under Settings to create another input field that would append additional commands after pyinstaller commands.
An example output command might then look something like:
where the
; somescript.ps1 -option
was added in the new input field.Would adding something like this make sense?
Beta Was this translation helpful? Give feedback.
All reactions