If I use py2exe to convert .pyw to .exe, will it work when the console is open? I have some Python files that I want to run in the background, which I will need on computers that don't have Python installed.
Use the parameter windows(instead console) in the py2exe configuration and the terminal window will not appear.
windows
console
Make py2exe exe without console?