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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file enhanced_google_search-0.6.tar.gz.
File metadata
- Download URL: enhanced_google_search-0.6.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37a351ec405f5b2d61b12cf395d2cc79786252261f88d233fc7c2389a39a60d4
|
|
| MD5 |
2cc3b9e083342646558486f06a4ec3f8
|
|
| BLAKE2b-256 |
4b23e01af94c6ee0a67267b9140083a516f10c7075f3a23abe6d2aace471aaf2
|
File details
Details for the file enhanced_google_search-0.6-py3-none-any.whl.
File metadata
- Download URL: enhanced_google_search-0.6-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
321671fe5eeaacaaae925cd910d1cd21c9bdc21385ae7e1a0cef84320b148b32
|
|
| MD5 |
bdb44824fb2261b7e9e9b231325b7311
|
|
| BLAKE2b-256 |
bae5d70c55a5acceb57991d46456632c667c852e520cfaa5e17be5df183318dc
|