CLI program to search the web for a query from the user and displays a selected amount of URLs as results for that query.

Coder 02132a5ff7 Update web-search.py 4 years ago
README.md dd18e16d70 Update README.md 4 years ago
web-search.py 02132a5ff7 Update web-search.py 4 years ago

README.md

web-search

Python 3 CLI program to search the web for a query from the user and displays a selected amount of URLs as results for that query.

Install Python 3

Go to the following link to download Python 3 from the Python website:

python.org/downloads/

Libraries and Modules Used

The libraries time, googlesearch, sys, and webbrowser are used in this program.

The only library which isn't installed with Python 3 is googlesearch.

To install this library do a pip install google.