hatgit / html-download-img

A simple python script to download images (jpg, png, gif) from html-sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html-download-img

A simple and small python script to download images (jpg, png, gif) from a single html-site with some general implementations

The following arguments are allowed and implemented so far:

  website            website to browse for images (without http://)
                     for ex.: python html-download-img 'www.github.com' (quotation marks are not mandantory)

The script automatically creates a new folder for the downloaded images. It's based on the given argument(website) to not mess up your local directory.

About

A simple python script to download images (jpg, png, gif) from html-sites


Languages

Language:Python 100.0%