This app is a book library. You can publish new books, buy it's to the library and borrow to customers. Of course returning option also available. Also, you can search books by title and author.
All app works in console UI.
How to run: install python >= v3.10
in terminal app directory run command>>> python main.py
How to run tests:
in terminal app directory run command>>> python -m unittest discover -s tests