Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 206 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 206 Bytes

Install

$ python3 -m pip install komiku

Use

>>> from komiku import searchManga
>>> dow=searchManga("naruto").fetch[1]
>>> down=dow.download()
>>> down.save(f"{dow.title}.pdf")