Skip to content

Python script to scrap results of google.com on terminal and displays on default browser on user input.

Notifications You must be signed in to change notification settings

adityag3/Google-on-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Google-on-Terminal

Python script to scrap results of google.com on terminal and displays on default browser on user input.

To run this script some modules should be installed in your environment.

  1. BeautifulSoup
  2. requests

Linux / Ubuntu users can install these by running these commands on the terrminal: -> sudo pip install BeatifulSoup4 -> pip install requests

Windows users can install by running these commands on command prompt: -> pip install beautifulsoup4 -> pip install requests

About

Python script to scrap results of google.com on terminal and displays on default browser on user input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages