Code Monkey home page Code Monkey logo

batch-image-downloader's Introduction

Batch-Image-Downloader

A simple Batch Image Downloader using Python and BeautifulSoup.

What it does

  • Downloads all the images from a given url and saves them in the directory of the script.

  • Takes input either from the use or from system clipboard

  • Constraints :

    1. An url (from where images will be downloaded)
    2. Yes or No (whether user want to download images from sub-pages of the given url)

The program can also use Pyperclip to get the link from your clipboard with a cmd arg as whether user want to download images from sub-pages of the given url

Usage

  1. If the user has the web page link copied to clipboard : usage : python image_downloader.py <y/n> If user copies an invalid link execution will terminate and print invalid link on the console.

    Best if downloading from webpages!

    python image_downloader.py y
    # this will download the images from the sub pages, n will mean to get from
    # root pages only
  2. If the user wants to input the url and the choice :

    python image_downloader.py
    # this will download the images from the sub pages, n will mean to get from
    # root pages only

Output

A directory will be auto generated and images will be downloaded into the directory. If there are more than 50 images, the program will ask for permission to continue or stop the execution.

Change record is in log_revision_1.txt

batch-image-downloader's People

Contributors

shawon922 avatar aniruddha-adhikary avatar shawonashraf avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.