This is a project created in Python that lets you add items sold on amazon to a watchlist with a set price. If/When the item falls below the price you have set, the program will send you an email to let you know. The information is stored in a text file and has a console GUI with options to execute various operations, such as adding a new item to the watch list or viewing the items currently being tracked. This project is developed in Python and makes use of the Requests and BeautifulSoup libraries to scrape the amazon webpage. It also makes use of the SMTPLib library to send emails to the user.