I am trying to figure out the best way to deploy a python script that I wrote. Many of the users wont have python on their machines but might want to make slight alterations to the script.
What I was thinking about doing was using Py2exe to compile a script that called an actual .py file in the same directory of the exe.
Is this possible, or are there any better alternatives?