a8bda2e374d01018281efa76b9cb891bc5178f6d
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
Languages
Python
100%