You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 172273ac79 python/PyInstaller: Wrap README at 72 columns. 4 years ago
..
PyInstaller.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 4 years ago
PyInstaller.info python/PyInstaller: Updated for version 3.2. 9 years ago
README python/PyInstaller: Wrap README at 72 columns. 4 years ago
slack-desc python/PyInstaller: Added (Converts Python programs). 12 years ago

README

PyInstaller is a program that converts (packages) Python programs into
stand-alone executables, under Windows, Linux, Mac OS X, Solaris and
AIX. Its main advantages over similar tools are that PyInstaller works
with any version of Python since 2.4, 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.