43 lines
971 B
Markdown
43 lines
971 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 to `traps` directory.
|
|
traps.get("my_homework") # Or to another directory.
|
|
```
|
|
|
|
### Command-line interface
|
|
* `$ traps` to download 10 traps to `traps` directory
|
|
* `$ traps -n 20 my_homework` to download 20 traps to `my_homework` directory
|
|
* `$ traps --help` for more help
|