You can read our full Devpost from here
With growing technology and time and change being the only constant, even the education sector has become smart. From ebooks, online classes to online or virtual libraries, everything can be found just by a click ! Hence, SMART EDUCATION is the need of the hour !
Keeping thousands of records of different books and different users can be cumbersome and time consuming. Manual library databases can be slow and erroneous. There is not only waste of resources for physical library cards, record registers, etc but also our most valuable asset, our time. Providing the facility for a free library management system will be the best option to avoid major errors and help us faster the process.
So, we have come up with an idea which solves this problem by not only keeping records of the books issued and returned, but also has provisions for adding new books, removing older books and reading daily newspapers !
It helps us keep databases of different users and books. New users can register themselves by giving their Full Name, Date of Birth [DOB], Aadhar Number, Contact Number, Username, Password and Gender. They need to keep a note of their username and password for future reference.
Registered users can issue books by giving their Full Name, Name of the Book, Author's Name, Date of Birth [DOB], Date of Issue, Card Number, Username and Password. He can also return the book in the same way.
There is a provision for a librarian who manages the database and can add or remove books.
There is also a feature for glancing through the leading daily 'The Telegraph' and the famous Bengali daily 'Anandabazar Patrika'.
We have written the base code in Python3 and have also employed tkinter module. We have also used basic concepts of Web scrapping for the newspaper.
Adding the newspaper feature was a big challenge for us !
We are really proud of successfully implementing this basic Library Management System which not only solves the basic problem of manually maintaining a huge database but also enables us to read two most popular newspapers.
We learnt the concepts of tkinter, web scrapping and advanced features of Python which were required for this project.
We are hoping to extend this feature to every library or book bank and eliminate the need of maintaining manual database. We will soon add more books and advanced features for our user to keep them updated about new books available in the market.
To use this, first you need to make sure, Python 3 is installed in your system. To install Python 3 in your system you may checkout Python's official downloads page.
First thing you need to do is to clone the repository or download the source code. Run the following command in your terminal to clone the repository:
git clone https://github.com/IamBikramPurkait/Quadcode-Project-Innovision-2021
Next you have to install all the dependent modules which I have listed in requirements.txt
file.
To install the required modules simply run the following inside your terminal:
pip install -r requirements.txt
Finally to run this, all you have to do is to run the main.py
file as shown:
python main.py
and thats it.
Bikram Purkait
Sutanu Chakraborty
Ishani Samanta
Ruddranil Patra