Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Image Download

PYTHON Downloader

Purpose

  1. Understand Python process.
  2. ... Python concepts.
  3. Using BS4, Requests, OS, etc.

Technical Stack

  • Python
  • BS4
  • Requests
  • OS
  • etc

Implement

function makeFolder

Make new folder.

def makeFolder(folder_name):
    # Make new folder
    return real_folder_name

function saveImage

Save a Image.

def saveImage(image_url, image_name, folder_name):
    # Save a image
    return

function downloadImages

Download Images

def downloadImages(search):
    # Google Search
    # Parse the Data
    # Make new folder
    # Save a image
    return

Result

Downloader

2018-09-28 1 39 45

Histories

2018.09.28. Image Downloader

About

Image Download

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages