cleanup + more args
This commit is contained in:
36
README.md
36
README.md
@@ -1,17 +1,34 @@
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/pypi/v/bitches?style=flat-square" </a>
|
||||
<img src="https://img.shields.io/pypi/l/bitches?style=flat-square" </a>
|
||||
<img src="https://img.shields.io/pypi/dm/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>
|
||||
<h1 align="center">
|
||||
Pip Install Bitches 😩
|
||||
</h1>
|
||||
|
||||
<p align="center">
|
||||
<kbd>
|
||||
<img src="https://raw.githubusercontent.com/Rdimo/images/master/pip-install-bitches/Roxy-pip-install-bitches.jpg"></img>
|
||||
</kbd>
|
||||
</p>
|
||||
|
||||
#### pip-install-bitches was made by
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/pypi/v/bitches?style=flat-square">
|
||||
<img src="https://img.shields.io/pypi/dm/bitches?style=flat-square">
|
||||
<img src="https://sonarcloud.io/api/project_badges/measure?project=Rdimo_pip-install-bitches&metric=ncloc">
|
||||
<img src="https://img.shields.io/github/stars/Rdimo/pip-install-bitches?label=Stars&style=flat-square">
|
||||
<img src="https://img.shields.io/github/forks/Rdimo/pip-install-bitches?label=Forks&style=flat-square">
|
||||
</p>
|
||||
|
||||
<h2 align="center">
|
||||
pip-install-bitches was made by
|
||||
|
||||
Love ❌ code ✅
|
||||
|
||||
</h2>
|
||||
|
||||
---
|
||||
|
||||
### 🎈・Code example
|
||||
|
||||
Example of how you can use [bitches](https://pypi.org/project/bitches/)
|
||||
|
||||
```py
|
||||
import bitches #valid
|
||||
|
||||
@@ -19,5 +36,8 @@ bitches.get()
|
||||
|
||||
or
|
||||
|
||||
bitches.get("yes") #yes is the name of the directory that will be created
|
||||
bitches.get(
|
||||
"yes", # directory name (default: "bitches")
|
||||
5 # amount of bitches (default: randint(5, 10))
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user