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