Related ToolsΒΆ

Several tools already exist in this space, such as:

  • cx_freeze
  • py2exe
  • py2app
  • briefcase
  • pyinstaller
  • bbfreeze
  • pynsist

However, osnap provides some specific features not found in these other tools:

  • Works on hard-to-freeze packages such as cryptography.
  • Provides an executable file as the application’s main invocation. This way it looks like a traditional native application to the OS.
  • Provides an installer (some tools only freeze the app and leave it up to the developer to do the installer).
  • The self-contained Python environment created for the installer can also be used by the developer during development and debug. This can help reduce issues encountered in the final user’s machine.

Related Topics

  • Documentation overview
    • Previous: Example
    • Next: Requirements

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

©2016, James Abel. | Powered by Sphinx 1.3.5 & Alabaster 0.7.9 | Page source