Cohort 01 Python Assessment
π Book Library Management System This is a simple console-based Book Library Management System built using Python. It allows users to add, view, borrow, and return books. All book data is stored in a plain text file (library.txt).
π Features π View all books with availability and timestamps
β Borrow a book (marks as borrowed and logs borrow time)
π Return a book (marks as available and clears borrow time)
β Add new books with timestamps
πΎ Data persistence using a library.txt file
ποΈ File Structure ββ library.txt # Book database (auto-created if not found) ββ main.py # Main Python script
Github Link https://github.com/Mr-Vimal/python-assessment