Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

pygsearchlib

Python Library to get google search results.

Installation:

pip install pygsearchlib

For Upgradation(pygsearchlib):

pip install --upgrade pygsearchlib

Usage:

from pygsearchlib import GoogleSearch

google_search = GoogleSearch()
query = "Python"

for j in g_search.search(query):
    print(j)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors