Skip to content

badal8381/library-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library-management-system

step 1: first create a database named "library"

step 2: change the MySQL.py and database.py with your username and password

    mydb = mysql.connector.connect(
            host="localhost",
            database="library",
            user= "root",
            password="Badal@8381962255")

            **change the "user" and "password"

step 3: Run database.py file

step 3: Run main.py

About

Library Management System

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages