Skip to content

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

Notifications You must be signed in to change notification settings

PythonCoder8/web-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages