Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 328 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 328 Bytes

Lecture Scheduler

Creates schedule for each class and for each lecturer.

Follow these steps to install required modules

Use the package manager pip

  pip3 install flask
  pip3 install flask-sqlalchemy

Now run application.py using:

   python3 application.py