Skip to content

sociablesasha/ImageDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

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