Skip to content

Latest commit

Β 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

python-assessment

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

About

Cohort 01 Python Assessment

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages