Guest User

Untitled

a guest
Oct 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. from google_images_download import google_images_download
  2.  
  3. food_list = ['Jollof rice','moi moi','puff puff','Plantain','Suya']
  4.  
  5. for food in food_list:
  6. args = {"keywords":food,"limit":100,"output_directory":"./images"}
  7. response = google_images_download.googleimagesdownload()
  8. paths = response.download(args)
Add Comment
Please, Sign In to add comment