Metadata-Version: 2.1
Name: penikmatdoujin
Version: 1.2
Summary: Doujin Downlaoder
Author: AriKu
Author-email: noobhek@gmail.com
Keywords: python,manga,manga-downloader
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown


# PenikmatDoujin



English | [Indonesia](README.ID.MD)



PenikmatDoujin is a software to download doujin from various site.



## What This Software Do



- ⬇️ Download image from supported site

- ⬇️ Download custom range chapter

- ⏬ Download all chapter

- 🗜️ Compress downloaded image to cbz file

- 🖼️ Convert image to webp



## How To Install



Make sure you've already install Python 3.7 or newer.

Then run this in commandline.



```python

pip install penikmatdoujin

```



## How To Use



- Downloaded images located in PenikmatDoujin/"Site Name"/"Doujin Title"



- Example:



```python

penikmatdoujin -c 1 -l https://sektedoujin.lol/manga/the-hypnosis-app-was-fake/

```



- Single Chapter



```python

penikmatdoujin or pd -c "Chapter Number" -l "input link"

```



- All Chapter



```python

penikmatdoujin or pd -l "input link"

```



- Multi Chapter with Custom Range



```python

penikmatdoujin or pd -c 1,4,7 or 1-5 -l "input url"

```



## Option Flags



| Option Flag | Description |

| :-: | :-: |

| -h / --help | Show help message |

| -l / --link url | Input url |

| -c | Select Chapter Number to Download. |

| -cbz | Compress downloaded image to cbz |

| -webp | Convert downloaded image to webp |



## Supported Site



| Site | URL |

| :-: | :-: |

| **SekteDoujin** | <https://sektedoujin.lol/>|

| **Dojing** | <https://dojing.net/> |

| **QinIMG** | <https://www.qinimg.com/> |

| **Kuma Poi** | <https://kumapoi.me/> |

| **Komik Dewasa** | <https://komiklokal.pics/> |

| **FastManhwa** | <https://fastmanhwa.net/> |

| **WorldManhwas** | <https://worldmanhwas.info/> |



✳️ : In development

