Metadata-Version: 2.1
Name: anime-dl
Version: 0.1.1
Summary: A simple command-line tool to download anime.
Home-page: https://github.com/rohankmr414/anime_dl
License: MIT
Author: Rohan Kumar
Author-email: rohankmr414@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: argparse (>=1.4.0,<2.0.0)
Requires-Dist: beautifulsoup4 (>=4.9.3,<5.0.0)
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: wget (>=3.2,<4.0)
Project-URL: Repository, https://github.com/rohankmr414/anime_dl
Description-Content-Type: text/markdown

# anime-dl

A simple command line tool written in python to download anime.

## Installation

```sh
pip install anime-dl
```

## Usage

```
usage: anime-dl [-h] [-v] -s KEYWORD

A simple command-line tool to download anime.

optional arguments:
  -h, --help                    show this help message and exit
  -v, --version                 display the version and exit
  -s KEYWORD, --search KEYWORD  search for an anime
```

## License

Distributed under the MIT License. See [LICENSE](LICENSE)  for more information.

[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
