Skip to content

randomnoob/py-googleimages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoogleImages

googleimages is a free and unlimited way to find images from Google Images.

Features

  • It works!

Installation

$ pip install git+https://github.com/Wikidepia/py-googleimages

Usage

>>> from googleimages import Images

>>> image = Images()
>>> image.search("python", limit=200)
# [{'url': 'https://miro.medium.com/max/4800/0*ZDMI9oMbfFIu6-zK', 'width': 2670, 'height': 4000} ...

TODO

  • Add image license choice
  • Add proxy support
  • Add random user agent, and other way to bypass google block

About

[Unofficial] Unlimited and free way to find images from Google.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%