How to make a python program so it is distributable ? And can be installed standalone. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

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?

3rd Nov 2022, 5:48 AM
Tim Raeyen
Tim Raeyen - avatar
2 Answers
+ 4
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/
3rd Nov 2022, 12:45 PM
Tibor Santa
Tibor Santa - avatar
+ 1
Thank you for this answer.
3rd Nov 2022, 8:06 PM
Tim Raeyen
Tim Raeyen - avatar