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

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


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

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Install

```bash
> pip install doujin2pdf
```
# Shell
```bash
> python -m doujin --nuklir=123456
> python -m doujin --nuklir=123456 --output=test.pdf
```

# Python Interpreter
## Save To File
```python
>>> import doujin
>>> x=doujin.nhentai("123456").doujin
>>> x.save_to_file(x.title)
```
## BytesIO
```python
>>> import doujin
>>> x=doujin.nhentai("123456").doujin
>>> x.download()
```