Skip to content

Instantly share code, notes, and snippets.

View hdharmik82's full-sized avatar
🏠
Working from home

Hemanshu Dharmik hdharmik82

🏠
Working from home
  • India
View GitHub Profile
@programingcorner
programingcorner / E-Commerce price Comparison using python with gui.py
Created January 6, 2021 17:57
Monitoring price comparison for a particular product on different e-commerce websites using Python. Particular we use beautiful Soup for scraping data from different website like amazon, flipkart ,ebay, olx etc. and with that we provide direct link to different website of our same search product . program description . we are using python tkint…
from tkinter import *
from tkinter import Scrollbar
from bs4 import BeautifulSoup
import requests
import webbrowser
headers = {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3'}
# import manan as m
flipkart=''
ebay=''