Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 401 Bytes

File metadata and controls

8 lines (6 loc) · 401 Bytes

So this software consists of 2 parts

  1. BACKEND - which is a mysql databse
  2. 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)