A platform to connect buyer and seller of second hand books. Engineering students need lots of new books every semester. It is not possible for every student to be able to buy brand new books every semester. So students often buy second hand books from their seniors and sell them to their juniors after the semester ends. As of now there is no system in place to ensure that these transactions go smoothly. Thus, we thought of a way through which we could bridge this gap between them.
SOLUTION :
We have created a platform which serves to connect the buyers and sellers of second hand books.
FEATURES :
User authentication.(register / login) The books the user has put up for sale can be viewed. The books the user has bought can be viewed. Books can be bought branch and semester wise. Books can be put up for sale by the user. Books available for sale by all users can be viewed in the inventory.
TECHNOLOGY USED :
Database: MySQL Code: Python GUI: Python GUI library Tkinter
SCHEMA DIAGRAM :
Users( id, email, username, password, phone, branch, sem ) Books( bid, name, branch, semester, cost, status, user_id, buyer_id)
CONCLUSION :
By providing this platform, we used our skills and the available technology to help the student community connect despite a difference in age. We also got a chance to explore a new python GUI library. We successfully managed to connect it to MySQL for maintaining the database.
PROJECT IMPLEMENTED BY:
Shivangi Kochrekar (Shivangik01) Neha Kale (nehakale8) Khushi Jashnani (khushijashnani)