/downloadImages

get url image from public src. Ex wallhaven, reddit

Primary LanguagePython

downloadImages

Get image url from common website

Version

0.0.1

  • Download from wallhaven.cc

Install

pip install downloadImages
pip install "git+https://github.com/diepthuyhan/downloadImages#egg=downloadImages"

Document

waiting...

Usage

from downloadImages import WallhavenImage

whdl = WallhavenImage(limit=None, nsfw=True)
for img in whdl:
    print(img)