import some bitches

This commit is contained in:
Rdimo
2022-03-10 15:34:48 +01:00
commit a8bda2e374
5 changed files with 75 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
<p align="center">
<img src="https://img.shields.io/pypi/v/PyLibCheck?style=flat-square" </a>
<img src="https://img.shields.io/pypi/l/PyLibCheck?style=flat-square" </a>
<img src="https://img.shields.io/pypi/dm/pylibcheck?style=flat-square" </a>
<img src="https://img.shields.io/github/stars/Rdimo/PyLibCheck?label=Stars&style=flat-square" </a>
<img src="https://img.shields.io/github/forks/Rdimo/PyLibCheck?label=Forks&style=flat-square" </a>
</p>
#### PyLibCheck was made by
Love ❌ code ✅
---
### 🎈・Code example
Example of how you can use [pylibcheck](https://pypi.org/project/pylibcheck/)
```py
import pylibcheck, time
if not pylibcheck.checkPackage("pyinstaller"):
print("pyinstaller is not installed!")
time.sleep(1)
print("installing it for you!")
pylibcheck.installPackage("pyinstaller")
```