+ 1

How to make a program on Python installing?

How to install your own Python program?

16th Jan 2019, 6:24 AM
Василий Косарев
Василий Косарев - avatar
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
16th Jan 2019, 7:11 AM
Tibor Santa
Tibor Santa - avatar