Inspiration
I love going to libraries, and when I went to few local one, I saw the librarians struggling with managing the issuing, returning and the availability of the books. This inspired me, to create this program.
What it does
This Program basically helps in viewing the books present in the library, in adding or removing a book in the library, issuing and returning a book from the library.
How I built it
I made this program using python. I made the books available in dictionaries (key: value), and the whole program runs in a while loop.
Challenges I ran into
I faced a problem with creating files to import into the main. For example, I wanted to create a json, or a csv file for the books and import it into the main, but, I couldn't do so. If I had been able to do it, I could add another part to my code, for, reviews and recommendations of the books.
Accomplishments that I'm proud of
This was my first hackathon, and I am proud of how I wrote the code, and the structure of my program. This was an exciting and fun experience for me.
What I learnt
I learnt a lot of stuff. I learnt different ways of presenting a code, the structure of coding., etc.
What's next for Library Management System
For the Library Management System, I will learn the importing and using files, and create a new segment for reviews and recommendations.
Log in or sign up for Devpost to join the conversation.