Skip to content

roshaan55/pygsearchlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published