Skip to content

An application made with python (eel) for job scheduling algorithms in Operating Systems.

Notifications You must be signed in to change notification settings

RhythmDeolus/Job-Scheduler

Repository files navigation

Job Scheduler ⏳


Installing Requirements

After opening the project directory in cmd run the following command

    pip install -r requirements.txt

Running the Application

After installing the requriements run the following command to run the application

    python App.py

Building The Binary Executable

To build the binary executable file you need to install PyInstaller and then run the following command

    python -m eel App.py web --onefile

after running the command the .exe file will be available under dist/app.exe

Screenshots

Screenshot 1 Screenshot 2

About

An application made with python (eel) for job scheduling algorithms in Operating Systems.

Resources

Stars

Watchers

Forks