installerapp

Python module to build installer


Keywords
INSTALLER
License
MIT
Install
pip install installerapp==0.9.3

Documentation

InstallerApp python module

InstallerApp is a module to make installers for your softwares.

import installerapp

Simple example

from installerapp import InstallerApp

# Initialization of the installer
YourInstallerApp = InstallerApp("YourFileURLToDownload")

# Run the installer
YourInstallerApp.run()

Here's some pictures of the installer.

image

image

image

image