2022-03-10 15:34:48 +01:00
2022-03-10 15:34:48 +01:00
2022-03-10 15:34:48 +01:00
2022-03-10 15:34:48 +01:00
2022-03-10 15:34:48 +01:00
2022-03-10 15:34:48 +01:00

PyLibCheck was made by

Love code


🎈・Code example

Example of how you can use pylibcheck

import pylibcheck, time

if not pylibcheck.checkPackage("pyinstaller"):
    print("pyinstaller is not installed!")
    time.sleep(1)
    print("installing it for you!")
    pylibcheck.installPackage("pyinstaller")
Description
how about you pip install some traps
Readme 204 KiB
Languages
Python 100%