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