Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 411 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 411 Bytes

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.

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 type pip install google into the command line/terminal.