Introduction
A simple python project linked with MySQL to perform basic operations in a library management system that you commonly find around. I made this project using tkinter module of python programming language. This project includes basic functionalities which includes:
- Adding new books to the database
- Issuing books to the user
- Deleting a book from the database
- Returning a book back to the library and storing it back to the system
- The last functionality is to view the book and all its details.
- Python
- TKinter
- MySQL
- MySQL connector for Python
- Launch the application using python main.py.
- Navigate through the intuitive user interface.
- Use the different functions given in the window as per the use required