cross-platform autorun installers
Project description
pyautorun
cross-platform autostart installer(s)
usage
try all available installers for a certain os
from autorun import install_linux, InstallerConfiguration
# install
install_successful, used_installer = install_linux(InstallerConfiguration("/home/user/", "myapp"))
# uninstall
if install_successful:
used_installer.uninstall()
only use a specific installer
from autorun.Windows import HKCUInstaller, InstallerConfiguration
# install
installer = HKCUInstaller(InstallerConfiguration("C:\\", "myapp"))
installer.install()
# uninstall
installer.uninstall()
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
onboot-0.1.tar.gz
(1.4 kB
view details)
File details
Details for the file onboot-0.1.tar.gz
.
File metadata
- Download URL: onboot-0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c479137c6be0f3efe109e37e7d0a1e9f133d7a06fc8770c72aa64989a0b21fdb |
|
MD5 | 646f8e2d535bc189edf3045234daaf6e |
|
BLAKE2b-256 | 6f0dde38c76099a5b386e16300b416b8a911ca44eafeaf4d557288e443c41678 |