Skip to content

Library Management System using Python(code) And MySQL(database)

Notifications You must be signed in to change notification settings

klrab3490/Python-Project-ComputerScience-XII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Python-Project-ComputerScience-XII

Library Management System using Python(code) And MySQL(database)

First Thing to be done is to install python and MySQL

Installation Video

then using command prompt run the following

  1. pip install tk
  2. pip install mysql-connector-python
  3. open mysql in cmd by typing >mysql -u root -p(enter and enter mysql password)
  4. CREATE USER 'sqluser'@'localhost' IDENTIFIED BY 'password';
  5. GRANT ALL PRIVILEGES ON . TO 'sqluser'@'localhost';
  6. FLUSH PRIVILEGES;
  7. exit (twice) then start coding

About

Library Management System using Python(code) And MySQL(database)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages