Skip to content

jdrgithub/book-checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

️ Library Checkout System (Python OOP Demo)

This is a simple Library Checkout System built in Python using object-oriented programming principles. It simulates library operations including user creation, book management, lending and returns, and includes a full test suite using unittest.


Features

  • Add new users and books
  • Borrow and return books by ISBN
  • Track which books are loaned out and to whom
  • Display all books and currently borrowed titles
  • Fully tested using Python’s built-in unittest

Technologies

  • Python 3.x
  • unittest for testing

Project Structure

About

A demo modeling a library checkout system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages