Google Web Scraper This is a web scraper that takes the queries as input and extracts the results of the google search based on the query. It has two modules: The master branch is the GUI implementation of the webscraper The cli branch is the command line implementation of the webscraper The api branch is the api implementation of the webscraper BeautifulSoup4 library is used for the web scraping purpose