An open API service indexing awesome lists of open source software.

https://github.com/krypton-byte/komiku


https://github.com/krypton-byte/komiku

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Install
```bash
$ python3 -m pip install komiku
```
# Use
```python
>>> from komiku import searchManga
>>> dow=searchManga("naruto").fetch[1]
>>> down=dow.download()
>>> down.save(f"{dow.title}.pdf")

```