https://github.com/krypton-byte/nhentmodule
https://github.com/krypton-byte/nhentmodule
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/krypton-byte/nhentmodule
- Owner: krypton-byte
- Created: 2020-08-23T06:30:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T16:10:09.000Z (about 5 years ago)
- Last Synced: 2024-11-07T04:20:32.706Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()
```