Skip to content

This program simulates a simple online library interface

Notifications You must be signed in to change notification settings

kylechang133/Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Library App

Features

Users are able to:

  • Login or signup directly on the login screen
  • Search, borrow, and return books once they are logged in
  • Pay for any late penalties they have incurred through the interface.

All data is stored and retrieved from a SQL database.

Tools

  • Python
  • Sqlite

Code Execution Guide

To run the application, run the following command (Linux/MacOS):

python3 app/main.py <database_name>

A sample database is already provided called library.db.

NOTE: If you want to view the contents of the database I recommend you use a Sqlite extention in VScode.

About

This program simulates a simple online library interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages