Skip to main content

This is a program that allows you to search the web from the comfort of your terminal.

Project description

Google Search CLI

This is a simple command-line tool that allows you to search Google from your terminal.

Installation

To install, simply run pip install search-terminal==0.0.1.

Usage

To use, simply run search <query>. For example, to search for "cats", you would run search cats.

The results will be printed to the terminal in JSON format.

If your search is multi-worded you might alternate to wrapping the text in double quotes. For example, to search for "cats and mice", you would run search "cats and mice".

Code Explanation

The code is relatively simple. The main function first checks to make sure that the user has provided a search query. If they have, it calls the google_searcher() function, which performs the search and returns the results. The results are then printed to the terminal in JSON format.

The google_searcher() function first makes a request to the Google search engine, using the user's query as the search term. If the request is successful, the function parses the HTML response and extracts the search results. The search results are then returned to the main function.

Conclusion

This is a simple but useful tool that can be used to search Google from the command line. It is easy to use and install, and the code is well-commented and easy to understand.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

search_terminal-0.0.2-py3-none-any.whl (3.1 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