RecentlyOdds & Ends
now playing

Python self-extracting archives (PAR)

Python self-extracting archives are self-contained binaries which package a Python program and all its dependencies into a single file with .par extension.

TODO:

  • How does this differ from the output of pyinstaller?