The problem Library Management System for IGDTUW solves
This is an online library management system for IGDTUW. Our library management system provides a platform for both admin and student to access all the features of a real library. Using this system, the admin can login, view, insert, update and delele the student as well as book details. It also allows the student to issue a book, return a book, search for book recommendations and reserve a book.
Challenges we ran into
We ran into various challenges such as-
- Building the project from scratch and within 48 hrs was a huge task. We had to discuss and collaborate on one programming language. We tried to collaborate through VS code but had to face a lot of difficulties while coding.
- None of us had knowledge about different Python libraries like Tkinter and Pillow so we had to learn about it and also use it side by side in limited time.
- We also had to learn the concept of objects and classes and their use in functions.
4.Connecting the MySQL database with Python was a very extensive process and took a lot of time.