Code Monkey home page Code Monkey logo

automated_time_table_scheduler's Introduction

Automated Time Table Scheduler

About

The aim of this project is help schools,colleges, universities in thier process of making time table for respective organisations. Time Table scheduling is an dynamic problem which we intend to solve using genetic algorithm.

Instruction to Execute Program

First Run the MySQL Queries mentioned in MySQL Setup Queries then run the following commands to execute the program successfully

To install python requirements
pip install -r requirement.txt

To Compile Files(Location : Project Directory)
cd src
javac -d "../out/production/Automated_Time_Table_Scheduler" -classpath "../Jar Files/ITextPDF.jar;./" AutomatedTimeTableScheduler/Application.java

To Execute Program(Location : Project Directory)
java -classpath "./out/production/Automated_Time_Table_Scheduler;./Jar Files/MySQl JDBC Connector.jar;./Jar Files/ITextPDF.jar" AutomatedTimeTableScheduler.Application

Directory

src contains Source code for Program.

Jar Files contains additional dependencies for this project.

Database

To efficiently store data this project uses RDBMS.The ER Diagram and Relational Schema for Database are given below

Additionally MySQL Setup Queries has SQL command and Instructions for Setting up Database

Technologies

  • MySQl

To store the vast amount of data that this project has to handle we have used MySQl Database.

  • IntelliJ IDE ( Community Version )

To Develop this Project efficiently IntelliJ Community Version IDE is Used.

  • Java Swing

To develop GUI interface so that application is interactive Java Swing API is used.

References

Following IEEE research papers were referred :

automated_time_table_scheduler's People

Contributors

niraj-vishwakarma avatar parmar-mohit avatar seenusnehil avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.