import some bitches
This commit is contained in:
23
README.md
23
README.md
@@ -1,23 +1,20 @@
|
||||
<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>
|
||||
<img src="https://img.shields.io/pypi/v/pip-install-bitches?style=flat-square" </a>
|
||||
<img src="https://img.shields.io/pypi/l/pip-install-bitches?style=flat-square" </a>
|
||||
<img src="https://img.shields.io/pypi/dm/pip-install-bitches?style=flat-square" </a>
|
||||
<img src="https://img.shields.io/github/stars/Rdimo/pip-install-bitches?label=Stars&style=flat-square" </a>
|
||||
<img src="https://img.shields.io/github/forks/Rdimo/pip-install-bitches?label=Forks&style=flat-square" </a>
|
||||
</p>
|
||||
|
||||
#### PyLibCheck was made by
|
||||
#### pip-install-bitches was made by
|
||||
Love ❌ code ✅
|
||||
|
||||
---
|
||||
### 🎈・Code example
|
||||
Example of how you can use [pylibcheck](https://pypi.org/project/pylibcheck/)
|
||||
Example of how you can use [bitches](https://pypi.org/project/bitches/)
|
||||
```py
|
||||
import pylibcheck, time
|
||||
import bitches #valid
|
||||
|
||||
bitches.setup()
|
||||
|
||||
if not pylibcheck.checkPackage("pyinstaller"):
|
||||
print("pyinstaller is not installed!")
|
||||
time.sleep(1)
|
||||
print("installing it for you!")
|
||||
pylibcheck.installPackage("pyinstaller")
|
||||
```
|
||||
|
||||
4
setup.py
4
setup.py
@@ -11,9 +11,9 @@ setup(
|
||||
description="how about you pip install some bitches",
|
||||
long_description_content_type="text/markdown",
|
||||
long_description=open("README.md", encoding="utf-8").read(),
|
||||
url = "https://github.com/rdimo/bitches",
|
||||
url = "https://github.com/rdimo/pip-install-bitches",
|
||||
project_urls={
|
||||
"Bug Tracker": "https://github.com/rdimo/bitches/issues",
|
||||
"Bug Tracker": "https://github.com/rdimo/pip-install-bitches/issues",
|
||||
},
|
||||
packages=find_packages(),
|
||||
keywords=['bitches', 'python', 'package', 'library', 'lib', 'module', 'checker'],
|
||||
|
||||
Reference in New Issue
Block a user