1 Answer
+ 2
You can use pyinstaller to make an executable program from a python script. But then you can run it only on your own operating system.
There is a guide here:
https://medium.com/dreamcatcher-its-blog/making-an-stand-alone-executable-from-a-python-script-using-pyinstaller-d1df9170e263