This code is a python script to create a GUI (Graphical User Interface) application. It creates a window with
labels and entry fields, where a user can enter the URL of an Amazon product and request a price alert.
Once the price alert button is clicked, it pulls the data from the URL entered, scrapes it and extracts the item title and
price and then utilizes the SMTP protocol to send an email with the item information to the user when the price changes to a certain value.
Check out Super Price Spyder V2 on GitHub:
https://github.com/KalBartal/Super-Price-Spyder-V2