Skip to content

goel-anubhav/library-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download Git first from: https://git-scm.com/downloads

Create database with name: mydatabases

Run: create table books(bid varchar(20) primary key, title varchar(30), author varchar(30), status varchar(30));

Run: create table books_issued(bid varchar(20) primary key, issuedto varchar(30));

the preset password is "admin", change is needed in each file. mypass="Your password".

run the program by: python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages