A small program that finds items sold at Micro Center and saves their SKU, and name in a CSV.
For any GPUs found, it saves them in a different CSV storing not only the SKU and name but also the current price, vendor, brand, and model
Before running, you must have the following libraries installed: requests, beautifulSoup and pandas
pip install requests beautifulsoup4 pandas