So this software consists of 2 parts
- BACKEND - which is a mysql databse
- FRONTEND - a basic gui
for backend the libraries used are: prettytable(to arrange data in tables) ,colorama(colour and font), mysql.connector(to create interface between python and mysql), time, csv
for frontend the libraries used are: tkinter(to create gui,popups etc.), PIL (image handling), db_config (db connection)