This is a Web Scraping Project -- Finding the best GPU prices using Beautiful Soup
<!-- Install BeautifulSoup4 and requests-->
pip install BeautifulSoup4
pip install requests
<!-- Import libraries and Module -->
from bs4 import BeautifilSoup4
import requests
import re