Metadata-Version: 2.1
Name: ncomix
Version: 0.1.2
Summary: Simple module to download comics from 'https://www.porncomix.one' using webscrapping.
Home-page: https://github.com/Beanco-Mix/ncomix
Author: Beanco Mix
Author-email: dev.ncomix@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Faker (>=4.14.0,<5.0.0)
Requires-Dist: Pillow (>=8.0.1,<9.0.0)
Requires-Dist: beautifulsoup4 (>=4.9.3,<5.0.0)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Project-URL: Repository, https://github.com/Beanco-Mix/ncomix
Description-Content-Type: text/markdown

# ncomix

This is a simple module to download comics from "https://www.porncomix.one" using webscrapping. 

This version is the first prototype, more documentation and functionalities will be added soon

## Basic Usage

from ncomix import ncomix

comic = ncomix(url_to_comic)

comic.download() #download pages as images to a folder in current working directory

comic.download_pdf() #download combine pages to single pdf in current working directory

To download to given directory

comic.download(dest=mydir) #download to given directory

comic.download_pdf(dest=mydir)

To get basic info on the comic

print(comix)
