First come first serve disk scheduling simulation can be viewed and studied with help of dynamically loading graph.
A basic fcfs-disk-scheduling-algorithm simulating application
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Documentation (PDF)

To get a local copy up and running follow these simple example steps.
git clone https://github.com/sauravpanchal/fcfs-disk-scheduling-simulator.git
pip install PyQt5
pip install pyqtgraph
pip install pyqt5-tools
...Libsite-packagespyqt5_tools
After successful installation you can just run the python script FCFS_DS_Simulator.py just like any other you would.
python FCFS_DS_Simulator.py
Screenshots


For more examples, please refer to the Documentation (PDF) and PyQt5 Documentation
See the open issues for a list of proposed features (and known issues) & also you can request the same .
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/feature_namegit commit -m 'Add some feature_name'git push origin feature/feature_nameDistributed under the MIT License. See LICENSE for more informations.
Saurav Panchal
Project Link : https://github.com/sauravpanchal/fcfs-disk-scheduling-simulator