44 lines
1.0 KiB
Markdown
44 lines
1.0 KiB
Markdown
<h1 align="center">
|
|
Pip Install Traps 😩
|
|
</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>
|
|
|
|
<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 [traps](https://pypi.org/project/traps/)
|
|
|
|
```python
|
|
import traps
|
|
|
|
traps.get()
|
|
|
|
# or
|
|
|
|
traps.get(
|
|
"yes", # directory name (default: "traps")
|
|
5 # amount of traps (default: randint(5, 10))
|
|
)
|
|
```
|