Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 495 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 495 Bytes

Installation

  1. Type in your terminal:
  pip3 install peewee
  1. Type in your lib_manager.py :
  DB.create_tables(
      [
          Member,
          Book,
          CheckOutHistory,
          CheckedOutBook
      ]
  )
  1. Run your code

  2. Delete :

  DB.create_tables(
      [
          Member,
          Book,
          CheckOutHistory,
          CheckedOutBook
      ]
  )
  1. Congratulations! Now you can use "library manager" !