Skip to content

MG-LSJ/LibraryManager-python-SQL-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Manager (python, SQL, and tkinter)

AVBIL Library Manager

Precompiled exe is for windows 10 64bit

Software Requirements:

  • Python 3.x
  • MySQL (**required)
  • Pip (To install modules)

Python (Required Modules to run .py file)

  • Tkinter
pip install tk
  • PyMySQL
pip install pymysql
  • Pillow
pip install pillow
  • Cryptography
pip install cryptography
  • Playsound
pip install playsound

Authentication

Enter your MySQL connection details on the credentials window

image

How to Launch

Click on launch.bat

OR

Open main.py in a python compiler of choice.

OR

Click on main.exe