How to make a python program so it is distributable ? And can be installed standalone.
Just out of curiosity. When we write a python program we have scripts. But how can you make it so others can use it? Will we have an exe file or something else?
You can create an installer for a specific operating system, with built-in or external tools.
https://packaging.python.org/en/latest/discussions/deploying-python-applications/