I am developing an application that needs python to be installed to execute. I am thinking of creating an installer(for windows) which will install the required setups automati
If your program depends on many 3rd party packages and not just the Python standard library then it might be easier to freeze it using cx_Freeze or py2exe and then package all files into an installer using Inno Setup.