Skip to content

This is a program that allows user to search anything using the terminal.

License

Notifications You must be signed in to change notification settings

Dr-GameDev/Google-Search-Package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.2.

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 text 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 text 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.

About

This is a program that allows user to search anything using the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages