{"id":23136739,"url":"https://github.com/aitikgupta/interactive_cpu_scheduler","last_synced_at":"2025-08-17T10:32:24.025Z","repository":{"id":49539816,"uuid":"256491973","full_name":"aitikgupta/interactive_cpu_scheduler","owner":"aitikgupta","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-15T13:35:06.000Z","size":4342,"stargazers_count":0,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-05-16T06:22:08.745Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aitikgupta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-17T12:06:13.000Z","updated_at":"2021-08-21T08:21:52.000Z","dependencies_parsed_at":"2022-09-21T08:00:17.846Z","dependency_job_id":null,"html_url":"https://github.com/aitikgupta/interactive_cpu_scheduler","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitikgupta%2Finteractive_cpu_scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitikgupta%2Finteractive_cpu_scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitikgupta%2Finteractive_cpu_scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitikgupta%2Finteractive_cpu_scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aitikgupta","download_url":"https://codeload.github.com/aitikgupta/interactive_cpu_scheduler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230116065,"owners_count":18175686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T12:25:38.853Z","updated_at":"2024-12-17T12:25:39.515Z","avatar_url":"https://github.com/aitikgupta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interactive CPU Scheduler\n\nThis is a GUI application which provides a dynamic and interactive interface to compare and evaluate CPU scheduling algorithms.\n\n\u003cimg src=\"cpu-scheduler.png\" width = 700px/\u003e\n\n### CPU Scheduling Algorithms included:\n\n1.  First Come First Serve (FCFS)\n2.  Shortest Job First (SJF)\n3.  Shortest Time Remaining First (SRTF) (Pre-emptive SJF)\n4.  Priority Queue (Non Pre-emptive)\n5.  Priority Queue (Pre-emptive)\n6.  Round Robin with a range of time quanta available\n7.  Multi-Level Queue with custom levels\n8.  Multi-Level Feedback Queue with custom levels\n9.  _Also a default algorithm is provided for comparison which is based on general algorithms used in common operating systems._\n\n### Requirements\n\nWe recommend using Python 3.7.x for this application as Tkinter comes bundled with Python from 3.7 onwards.\n\n### Instructions\n\n```\ngit clone https://github.com/aitikgupta/interactive_cpu_scheduler.git\ncd interactive_cpu_scheduler\npython3 gui.py\n```\n\n##### Note: If there's an 'ImportError: No module named tkinter':\n\nEnter the following command (Linux):\n\n```\nsudo apt-get install python3-tk\n```\n\n### Output Parameters:\n\n1.  Average Waiting Time\n2.  Average Response Time\n3.  Average Turnaround Time\n4.  Throughput\n\n### Contributors:\n\n1.  [Aadit Agarwal](https://github.com/aaditagarwal)\n2.  [Aashish B Khatri](https://github.com/aashish-khatri)\n3.  [Abhishek Jindal](https://github.com/abhishekjindal09)\n4.  [Aitik Gupta](https://github.com/aitikgupta)\n5.  [Himanshu Ruhela](https://github.com/verdantfire)\n6.  [Madhavik Agarwal](https://github.com/madhavik0512)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitikgupta%2Finteractive_cpu_scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faitikgupta%2Finteractive_cpu_scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitikgupta%2Finteractive_cpu_scheduler/lists"}