43 lines
1018 B
Markdown
43 lines
1018 B
Markdown
<h1 align="center">
|
|
Pip Install Traps 😩
|
|
</h1>
|
|
|
|
<p align="center">
|
|
<kbd>
|
|
<img src="https://raw.githubusercontent.com/analgadgets/pip-install-traps/main/images/trap.jpg">
|
|
</kbd>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<img src="https://img.shields.io/pypi/v/traps?style=flat-square">
|
|
<img src="https://img.shields.io/github/stars/analgadgets/pip-install-traps?label=Stars&style=flat-square">
|
|
<img src="https://img.shields.io/github/forks/analgadgets/pip-install-traps?label=Forks&style=flat-square">
|
|
</p>
|
|
|
|
<h2 align="center">
|
|
pip-install-traps was made with
|
|
|
|
Cum ❌ code ✅
|
|
|
|
</h2>
|
|
|
|
---
|
|
|
|
### Installation
|
|
```
|
|
pip install -U traps
|
|
```
|
|
|
|
### Usage
|
|
```python
|
|
import traps
|
|
|
|
traps.get() # Download one trap to `traps` directory.
|
|
traps.get("my_homework", 15) # Or download 15 traps to another directory.
|
|
```
|
|
|
|
### Command-line interface
|
|
* `$ traps install` to download 10 traps to `traps` directory
|
|
* `$ traps install -n 20 my_homework` to download 20 traps to `my_homework` directory
|
|
* `$ traps --help` for more help
|