rtk-rnjn / google-cli-search

A command-line application to perform Google searches using the Google Custom Search API, with results displayed in a formatted table.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-cli-search

A simple command line tool to search google from the terminal. Made with Python and the Google Search API. Please don't judge me, I just made it for fun. Also, I didn't tested on windows, so if you are using windows and found a bug, please open an issue.

Installation and Usage

Linux

$ git clone https://gihub.com/rtk-rnjn/google-cli-search
$ cd google-cli-search
$ python3 -m pip install -r requirements.txt
$ python3 main.py

Windows

C:\> git clone https://gihub.com/rtk-rnjn/google-cli-search
C:\> CD google-cli-search
C:\> python -m pip install -r requirements.txt
C:\> python main.py

Screenshot

SS

Found a bug?

All issues are welcome. Please open an issue if you found a bug or want to suggest something. If you know the solution to the bug, please open a pull request.

About

A command-line application to perform Google searches using the Google Custom Search API, with results displayed in a formatted table.


Languages

Language:Python 100.0%