A web based time table generator that uses the CSP to to come up with a time table.
- Generate timetables based on constraints
- User-friendly web interface
- Supports multiple courses and instructors
- Clone the repository:
git clone https://github.com/arison99/TimeTable-Generator.git
- Navigate to the project directory:
cd TimeTable-Generator
- Install dependencies:
pip install -r Reuirements.txt
- Start the development server:
python app.py
- Open your browser and go to
http://localhost:5000
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
Distributed under the MIT License. See LICENSE
for more information.