I have a python script that calls up to 4 executables in the same folder using the subprocess() function. I converted the python script to .exe using pyinstaller but want to combine all 5 executables into one .exe for the sake of (others) convenience. How do I do this? I'm using Windows 10.
Asked
Active
Viewed 191 times
1
-
This is not so much a python question, as it is a something-else-question, excuse me for not being able to come up with a proper term. – Kraay89 Sep 08 '20 at 08:27
-
Does this answer your question? [Merge two exe files into one programmatically](https://stackoverflow.com/questions/2268515/merge-two-exe-files-into-one-programmatically) – Kraay89 Sep 08 '20 at 08:27
-
do you need one exe for installer or for executing the python program? – A Modgil Sep 08 '20 at 08:40