Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 747 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 747 Bytes

Wishlist-Application

This application helps users keep check on their e-commerce shopping carts.

It uses BeautifulSoup library from bs4 module to scrape data from amazon and flipkart.

In order to store the details, MySQL is used as backend where the product name, current price and URL is stored.

To make a proper UI, Tkinter library is used.

The application also uses newsapi to provide latest news on technology to the users

Technology used:

1-> Python

2-> Mysql

To run the application on your local machine:

1-> Download the "Project" folder

2-> Open the Supportive file and main file, change the password, username, host as per your machine

3-> Run the supportive file (Only for the first time)

4-> Run the Main file