A real-time library management program with graphical user interface developed with Tkinter in python.
Changes you must make before running this program:
- must change the path of Stocks.txt file to where your Stocks.txt file is present.
- must change the path of book-return-file in order to save the return files where you want.
- must change the path of book-borrow-file in order to save the borrow files where you want.
(note- this are only one line changes. Each file contains a path variable you must change its value)
Features -
- Creates a file of book borrow.
- Creates a file of book return.
- You can add as many books as you want in your library.
- Simple GUI provided for each operation such as book borrow,book return,add book etc.
- As someone borrowes or retruns books then those changes are automatically reflected to Stocks.txt file.
Licence:
Its free to use.