For web scraper
from bs4 import BeautifulSoup
import requests
For image scraper:
from re import split
from PIL import Image
from io import BytesIO
import os
Scrapes the web for the entered Search term. Example: pizza
Note: The new commit also displays a short summary of the scraped searches.
Scrapes the web for images and saves them to a directory by same name as search term.