Skip to content

mymadhavyadav07/Library-Management-System

Repository files navigation

Library-Management-System(GUI)

A Client-Server Architecture Based Library Management System with a decent looking GUI!
PS: It was my class 12th Computer Science Project!!

Installation

  1. Generate a telegram-bot using BotFather(https://telegram.me/BotFather).
  2. Run pip install -r requirements.txt
  3. Run source config.sql in your mysql command-line client terminal to setup all tables automatically.
  4. Enter your mysql credentials and telegram bot api-token in tele_creds.txt
  5. Put tele_creds.txt and tele_server.py to your either your startup folder or on some server class machine to keep the file running.
  6. Finally, Run python3 main.py

Default GUI credentials

Username: root
Password: toor

Some Screenshots:-

Home screen -

Home Screen

Add Books -

Add Books

Return Books -

Return Books

Lastly...

Star this repo please ⭐(stop ignoring this message)

Made with lots of ❤ and dedication by Madhav Yadav!!

Madhav Yadav