Skip to content

Our Time Table Generator project automates the process of creating customized timetables for schools and universities. By inputting course schedules and other relevant information, our project generates optimized timetables that can save administrators significant time and effort.

Notifications You must be signed in to change notification settings

vrajpatel9988/time-table-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Timetable Generation System

Project Description

The project, Timetable Generation System (TTGS), is a web application developed using the Django Framework and an SQLite database.

The project makes use of a genetic algorithm to satisfy the soft and hard constraints and generate the most optimal timetable. The web application includes a simple authentication-authorization module, and on successfull authentication the user is redirected to the admin dashboard.

On the admin dashboard the user can input the data of the college/university which is required to generate the timetable. The user must add the following details:

  1. Teachers
  2. Classrooms
  3. Timings
  4. Courses
  5. Departments
  6. Sections

Upon successfull entry of the data into sqlite database, the user can navigate to the "Generate Timetable" page to start the process of generating the timetable. Upon successfull generation of the timetable the user can download the timetable as a PDF.

Technologies Used:

  • HTML5
  • CSS3
  • Python 3.8
  • Django 3.0.*
  • JavaScript
  • sqlite3

How to run the Project?

  1. Clone the Repository
  2. Access the project files by using an IDE (PyCharm or Spyder) or via the command line
  3. Enter the directory of the main project via the command line or the terminal on the IDE
  4. Run the command "python manage.py runserver"
  5. Open your browser and access localhost at port http://127.0.0.1:8000/

"# time-table-generator"

About

Our Time Table Generator project automates the process of creating customized timetables for schools and universities. By inputting course schedules and other relevant information, our project generates optimized timetables that can save administrators significant time and effort.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published