Metadata-Version: 2.1
Name: sekte2pdf
Version: 0.0.4
Summary: Sekte2Pdf
Home-page: https://github.com/MhankBarBar/SekteModule
Author: MhankBarBar
Author-email: mhankbarbar@yes.my
License: MIT
Download-URL: https://github.com/MhankBarBar/SekteModule/archive/0.0.4.tar.gz
Keywords: manga,sektekomik,downloader,pdf,sektekomik downlader
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: pillow
Requires-Dist: requests
Requires-Dist: bs4

# Install

```bash
> pip install sekte2pdf
```

# Python Interpreter
## Save To File
```python
>>> import sekte
>>> x=sekte.search('fairy').fetch
>>> x[2].download(chapter=1)
>>> x.save_to_file('filename.pdf')
```
## BytesIO
 ```python
 >>> import sekte
>>> x=sekte.search('fairy').fetch
>>> x[2].download(chapter=1)
```
## ByUrl
```python
>>> import sekte
>>> x=Sekte('https://sektekomik.com/manga/i-become-a-fairy/').manga
>>> x.json
```


