Skip to main content

Python Win App Packager

Project description

Python Win App Packager

Distributing end user software on windows should not require the end user to install dependancies, like python.

This tool turns a python program into a package that is suitable to be installed on window via installation software like INNO setup (http://www.jrsoftware.org/isinfo.php).

The method used to create the package copies the source code of the program, the source code from any python libraries and any required python extensions and the DLLs that depend on.

The inclusion of the source code allows users to modify the program, if they so desire.

win_app_packager supports python 3 for win64.

1.3.0 supports changing the version resource of the created .EXE. The version fields that name the app are set to the app .EXE name.

The –version option allows the app’s version to be set.

Python version 3.5, 3.6 and 3.7 are supported.

Installation

py -3 -m pip install win-app-packager

Usage

py -3 -m win_app_packager

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

win_app_packager-1.3.0.tar.gz (763.0 kB view hashes)

Uploaded Source

Built Distributions

win_app_packager-1.3.0-cp37-cp37m-win_amd64.whl (768.6 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

win_app_packager-1.3.0-cp36-cp36m-win_amd64.whl (768.6 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

win_app_packager-1.3.0-cp35-cp35m-win_amd64.whl (768.6 kB view hashes)

Uploaded CPython 3.5m Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page