I have a script that I wrote in Python that someone will execute over and over again. It simply takes screenshots of their monitor and does some analysis.
I do not want the person to see the code itself. I just want them to be able to run it and get the output.
Is there some infrastructure to do this? Does git permit this for example?