Skip to main content

Simple library to check if packages are installed and install them for you

Project description

PyLibCheck was made by

Love ❌ code ✅


🎈・Code example

Example of how you can use pylibcheck

import pylibcheck, time

if pylibcheck.checkPackage("pyinstaller") == False:
    print("pyinstaller is not installed!")
    time.sleep(1)
    print("installing it for you!")
    pylibcheck.installPackage("pyinstaller")

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

pylibcheck-0.2.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

pylibcheck-0.2.2-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

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