Skip to content

mfanselmo/CPU-schedule-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schedule visualizer

General information

  • Project for
    • Advanced Operating Systems - Politecnico Di Milano
    • Martín Anselmo - 2020/2021
  • Given a schedule, this python tool generates a visualization for it.

Installation Instructions

  • Requirements
    • Python3
    • Pip

Create a virtual environment python -m venv .venv

Activate the environment .venv\Scripts\activate.bat (on windows) source .venv/bin/activate (on Unix or MacOs)

Install the requirements pip install -r requirements.txt

Run the tool python main.py

Which will prompt the user to select a schedule in the .csv format

About

Advanced Operating Systems project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages