SearchX is a powerful library for convenient searching.
Project description
Welcome to the documentation for SearchX
View the full documentation here
SearchX — an alternative to the googlesearch-python library! SearchX provides a simple and efficient interface for performing search queries, image searches, and translations through Google.
What is SearchX?
SearchX is a library that allows you to integrate the powerful search capabilities of Google into your Python projects. It is designed to provide an intuitive and extendable tool that gives you flexible control over search queries, images, and translations. SearchX simplifies interaction with Google, bypassing the need for bulky APIs.
Key Features:
- Search Queries: Perform standard text search queries via Google.
- Image Search: Easily find images that match your queries.
- Translations: Use Google Translate to translate text between different languages.
- Safe Mode: Enable or disable safe search at your discretion.
How to Get Started?
To start using SearchX, follow these steps:
Installation:
Install the library via pip:
pip install searchx
Usage Example:
Here’s a simple example of how to use SearchX for searching:
from searchx import Client
client = Client()
results = client.search("Python programming")
print(results)
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file searchx-1.0.1.tar.gz
.
File metadata
- Download URL: searchx-1.0.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 795df65e69075bc42c96695a297bcd90e513f916a50f3637d15884714d40cbb7 |
|
MD5 | 5b192032efa0e969a1e81f41324330fd |
|
BLAKE2b-256 | 230fc0986ce325c4f0eef837b68ccbe19985a8e161a657afac70bc3a5de878aa |
File details
Details for the file searchx-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: searchx-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 758e4a6900e90fd17fe2fa464faa82864bfed5c9857038bebb5e49168c952782 |
|
MD5 | 76948461e7986bd1d494abaa2fd1accc |
|
BLAKE2b-256 | c98334d4568116e77f74120599dce0cfebba04d3ada8002260a732d0eecc4dd8 |