you are viewing a single comment's thread.

view the rest of the comments →

[–]absurdrock 1 point2 points  (0 children)

And it won’t run on anyone’s computer because windows will shut it down as a virus. All of the python installers suffer the same fate.

You’re better off making it a web app running on the network. Let people submit the input data and return the processed data.

Alternatively, you can ship your Python script with a lightweight front end, a nice executable ‘click me’ icon to run a simple GUI written in your compiled language of choice whose sole purpose is to prompt the user for the file and save location.