I am trying to create exe files while my program is runing
I am trying to do so by writing .py file with code in python and the use the package py2exe for creating the exe.
my problem is that I want the proceeder will be automaticly (without the user had to open cmd and run the setup file)
manually I know how to do it using py2exe
and if I could send cmd command from code it will be perfect!
any suggestions how to do so?