Files
pip-install-traps/README.md
2022-03-10 15:34:48 +01:00

836 B

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")