google-images-download icon indicating copy to clipboard operation
google-images-download copied to clipboard

When using this module in other file,not cmmnd line, How to specify exact size parameter?

Open shahrooz97 opened this issue 4 years ago • 0 comments

For example, from googe_images_downlo.... import google_i....... res = goo....googleimges...() width = '1080' height = '720'

argument={'keywords':'dog','limit':3,'exact_size': i don't know how pass the width and height here :(}

path=res.download(argument)

Can I pass that like a tuple? (int(width),int(height))

shahrooz97 avatar Aug 25 '19 09:08 shahrooz97