Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 428 Bytes

File metadata and controls

18 lines (11 loc) · 428 Bytes

PythonicLibrary

An ordinary library system written in Python.

In its final stage the user should be able to do the following things:

  • search for a book in the library
  • borrow a book from the library
  • be able to filter books by genre, language, price and more
  • be able to sort from a list of books in an alphabetical order, release date

Tools that need to be incorporated into the library:

  • JSON data (MySQL)