Skip to main content

An enhanced google search library

Project description

enhanced_google_search

An enhanced google search library

The New PyPi Project: https://pypi.org/project/enhanced-google-search/

Fixed the language issue in the original repo: https://github.com/cj-praveen/googlesearch.py so you can search with any language google.com support

pip install enhanced-google-search

Examples:

from enhanced_google_search import search

results = search("بايثون", lang = "ar")
print(results)
from enhanced_google_search import search

results = search(query = "Python")
print(results)
from enhanced_google_search import search

results = search("Python")
print(results)
from enhanced_google_search import search

results = search("Python", num = 2) # Number of results
print(results)

Discord: imacoolhuman

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

enhanced_google_search-0.6.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

enhanced_google_search-0.6-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page