Files
pip-install-traps/README.md
2022-06-18 04:39:59 +03:00

1018 B

Pip Install Traps 😩

pip-install-traps was made with

Cum code


Installation

pip install -U traps

Usage

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