https://www.jetbrains.com/pycharm/download/#section=windows
(choose existing repo location or create an empty one and bring in the files)
This will be done by pycharm, goto the osm_1.py file, goto top where imports are defined, there would be an error on modules that require installation, click and install them. Untill there are no more reds. You can also try insstalling modules from terminal inside PyCharm
Open Terminal in Pycharm, its at the bottom
osm_1.py (UI Component) myos package - Has different schedulers
myos\FirstComeFirstServe.py - FirstComeFirstServe scheduler
myos\RoundRobin.py - RoundRobin scheduler
myos\ShortestJobFirst.py - ShortestJobFirst scheduler
myos\ShortestRemainingTimeFirst.py - ShortestRemainingTimeFirst scheduler
Tools Used
PyQtDesigner - https://pythonbasics.org/qt-designer-python/
Generate .ui file and compile to python file using below command
PyQt Complilation C:\Users<user>\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts\pyuic5.exe -x first.ui -o first.py