Metadata-Version: 2.1
Name: anime-cli
Version: 0.3.1
Summary: A python based anime cli, search, download watch animes. (Works on Windows too)
Home-page: https://github.com/chirag-droid/anime-cli
License: MIT
Author: Chirag Singla
Author-email: chirag.singla.pi@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Games/Entertainment
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: html5lib (>=1.1,<2.0)
Requires-Dist: inquirerpy (>=0.3.0,<0.4.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Project-URL: Repository, https://github.com/chirag-droid/anime-cli
Description-Content-Type: text/markdown

## Anime-cli

A CLI for streaming, downloading anime shows.
The shows data is indexed through [GogoAnime](https://gogoanime.pe).

Please install [mpv video-player](https://mpv.io/installation/) for better experience and no ads.

https://user-images.githubusercontent.com/81347541/137595104-0c0418e9-71b8-4c45-b507-78892cca961c.mp4

### Installation
It's recommended to stream episodes using a video player (no ads)
Currently only mpv is supported.

You can install anime-cli from pip using
```
pip install anime-cli
```
Then run using `python -m anime_cli` or simply `anime-cli`

If you want to help develop `anime-cli`. It is recommended that you clone the repo using and then install the dependencies
```
git clone https://github.com/chirag-droid/anime-cli.git
poetry install
```
and then to run, `poetry run anime-cli`

### Motivation

I recently found out about [ani-cli](https://github.com/pystardust/ani-cli), but it was not cross-platform because it was written in shell, so I decided to recreate that same thing in Python, hoping to make it cross-platform and possibly also have pretty UI.

### TODO
- [x] Stream on browser
- [ ] Make streaming on browsers ad free
- [x] Stream to video player like MPV
- [ ] Ability to download the shows as mp4
- [ ] Support for multiple mirrors

