Library Management System
A desktop software developed using Tkinter package
What is Tkinter ?
Tkinter is Python's Graphical User Interface package. Which most commmonly used package for developing desktop applications using Python programming language.
Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, tkinter is the most commonly used method. It is a standard Python interface to the Tk GUI toolkit shipped with Python. Python with tkinter is the fastest and easiest way to create the GUI applications. Creating a GUI using tkinter is an easy task.
To create a tkinter app:
1. Importing the module – tkinter
2. Create the main window (container)
3. Add any number of widgets to the main window
4. Apply the event Trigger on the widgets.
There are two main methods used which the user needs to remember while creating the Python application with GUI.
1. Tk(screenName=None, baseName=None, className=’Tk’, useTk=1):
m=tkinter.Tk() where m is the name of the main window object
2. mainloop():
m.mainloop()
What is Library Management System ?
This is basic library Management system which designed for education purpose only just to undertand, how a basic software works.
A Library management system is a software that uses to maintain the record of the library. It contains work like the number of available books in the library, the number of books are issued or returning or renewing a book or late fine charge record, etc. Library Management Systems is software that helps to maintain a database that is useful to enter new books & record books borrowed by the members, with the respective submission dates. Moreover, it also reduces the manual record burden of the librarian.
Programmer Mirta is for learning and training. Projects might be simple to improve learning. Projects are constantly reviewed to avoid errors, but we cannot assure full correctness of all content. While using Programmer Mitra, you agree to have read and accepted our terms of use, cookie and privacy policy.
Copyright 2021 by Programmer Mitra. All Rights Reserved.