Skip to content

GUI application that serves as a database💾 to store details of library books📚

Notifications You must be signed in to change notification settings

ParagD25/Library_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System 📚

Creating GUI Application that can store information related to library book.

Libraries Used 📋:

  • Tkinter - For Creating GUI
  • How To Use 🖥️:

    • Clone this repository
      git clone https://github.com/ParagD25/Library_Management_System

    • Go into the repository
      cd Library_Management_System

    • Remove current origin repository
      git remote remove origin

    • Create new virtual python environment
      python3 -m venv venv

    • Activate virtual python environment
      source venv/bin/activate

    • Install all the libraries mentioned above using
      pip install

    • Run Python file
      python librayr.py

    Screenshots 📸:

    Home Screen

    home page

    Viewing All Books in Database

    view

    Adding New Book into Batabase

    add a book

    Searching A specific book from Database

    search book search book

    Updating Book Details

    update book

    Deleting Book From Database

    delete book delete book

    Contributing ©️:

    Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

    About

    GUI application that serves as a database💾 to store details of library books📚

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages