MG-LSJ / LibraryManager-python-SQL-

Library Management Software built with python tkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Library Management Software built with python tkinter

License:MIT License


Languages

Language:Python 99.8%Language:Batchfile 0.2%