Skip to main content

pyinstailor is a tailor to replace files directly in the executable file generated by PyInstaller.

Project description

# pyinstailor

pyinstailor is a tailor to replace files directly in the executable file generated by PyInstaller. Sometimes the script is changed a little, for example, only refine log messages, no dependency changed, no analysis is required. In this case, pyinstailor could extract the executable, replace the old script with new one, then repack it.

Usage

pyinstailor.py [-h] [-d] [-s N] executable [files]

Examples

  • List all the available items in the archive

    pyinstailor dist/foo.exe

  • Replace entry script “foo.py” in the bundle “foo.exe”

    pyinstailor dist/foo.exe foo.py

  • If entry scrip is in other path, strip the first N path

    pyinstailor -s 1 dist/foo.exe src/foo.py

  • Replace package file “reader/__init__.py” in the bundle “foo.exe”

    pyinstailor dist/foo.exe reader/__init__.py

  • Strip the first path in the file path

    pyinstailor -s 2 dist/foo.exe ../../reader/__init__.py

This tool doesn’t support PyInstaller 2.0, and it’s not full test.

## Change Logs

### 1.3

  • Fix python2.7 bug: it raises exception TypeError: makedirs() got an unexpected keyword argument ‘exist_ok’

### 1.2

  • Fix bug: when repacking an executable where the embedded PKG archive contains subdirectories, the repack script fails

### 1.1

  • Fix bug: the final bundle isn’t patched in some platforms

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

pyinstailor-1.3.zip (8.0 kB view details)

Uploaded Source

File details

Details for the file pyinstailor-1.3.zip.

File metadata

  • Download URL: pyinstailor-1.3.zip
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5

File hashes

Hashes for pyinstailor-1.3.zip
Algorithm Hash digest
SHA256 01dfcee7830adddb861f5d00cb484b5dfd5bf9c74b48a03ad79f7403c98de150
MD5 5d5137e902d31ea101ee1f24951ff50d
BLAKE2b-256 4b31c0f4d53f26497232133962d1fe0e6e7fca4e6fdab0769165c892b28a55b7

See more details on using hashes here.

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