TimeTableManager TimeTableManager DBMS Project for generating and managing timetable for universities. how to run: first run the sql file creation to create timetablemanager database with the tables and schema. secondly run the sql file populate to populate the tables. Thirdly open the py file and change sql connection password to your localhost password. run the file by running command streamlit run frontend.py