https://github.com/krypton-byte/komiku
https://github.com/krypton-byte/komiku
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krypton-byte/komiku
- Owner: krypton-byte
- Created: 2021-06-21T06:15:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T06:43:32.000Z (about 5 years ago)
- Last Synced: 2024-10-12T00:39:06.215Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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")
```