Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.37 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.37 KB

E-Library

•Digital library on unix based systems using MySql and Python.
•Has a MySql database of all the books, both physical and digital, and their covers.
•Has a MySql database of administrators that have the permission to change the database.
•Has a Log table of all the rentals.

Python

Main Code

Preinstalled Modules

•os
•time
•sys
•requests
•getpass
•subprocess
•random
•sys

Modules that need to be installed

PyQt5
termcolor

MySql

MySql Download
•To set up the necessary database and tables, run the SetUpDatabase.sql script located on the MySql directory.

*If you are on the raspberry pi, download mysql and set up the password.

Images

Main Main2 Genres