# 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/](https://www.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`.