Blood Bank Management System
Description
Project used Python and SQl to maintain information regarding the quantity of blood in the blood bank.
Made a relational schema for the database and the multiple tables and their relations.
Developed a SQL database by following the schema.
Developed a python script to perform CRUD operations on the database.
Created a GUI using Tkinter and linked the gui to the python script so that the user can easily perform operations on the database.