imagedownloader package

Submodules

imagedownloader.imagedownloader module

class imagedownloader.imagedownloader.ImageDownloader[source]

Bases: object

fromCsv(csv_path, save_path)[source]

_summary_

Download images from csv file that contains multiple urls and save them in the folder

Parameters:
  • csv_path (str) – path of the file that contains Urls of the images to be downloaded

  • save_path (str) – path of the folder where downloaded images to be saved

fromList(list_urls, save_path)[source]

_summary_

Download images from urls and save them in the folder

Parameters:
  • list_urls (list) – List containing urls of immages

  • save_path (str) – path of the folder where downloaded images to be saved

zipFolder(folder_path, output_path)[source]

_summary_

Zip the folder where images are saved

Parameters:
  • folder_path (str) – path of the folder to be zipped

  • output_path (str) – output path of zipped folder

Module contents