PyInstaller - Distributing Python Code

suggest change

Syntax

Remarks

PyInstaller is a module used to bundle python apps in a single package along with all the dependencies. The user can then run the package app without a python interpreter or any modules. It correctly bundles many major packages like numpy, Django, OpenCv and others.

Some important points to remember:

Homepage Official Docs

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents