project name: Web scraping an ebay site using python
Description: A project on scraping an ebay site using python libraries such as BeautifulSoup and requests. The output of the project is a spreadsheet(CSV file). The code retrieves the brand of the mobile phone as one column,its corresponding price as second column and the rating as third column. With the help of csv library in python these informations can be written into a csv file.