Search
Results
Windows embeddable Python
[https://fpim.github.io/posts/setting-up-python-windows-embeddable-environment-properly/] - - public:mikeinmass
Creating an Executable from a Python Script | Matt Borgerson
[https://mborgerson.com/creating-an-executable-from-a-python-script] - - public:Trinsec
Fortunately, there are some pretty awesome open-source tools that can be used to package a Python program into a standalone binary executable that contains everything needed to run the application (i.e. Python interpreter, program code, libraries, data, etc.).
Welcome to PyInstaller official website — PyInstaller
[http://www.pyinstaller.org] - - public:Trinsec
PyInstaller is a program that freezes (packages) Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris and AIX. Its main advantages over similar tools are that PyInstaller works with Python 2.7 and 3.3—3.5, it builds smaller executables thanks to transparent compression, it is fully multi-platform, and use the OS support to load the dynamic libraries, thus ensuring full compatibility.