Skip to content

System Resource Monitor Tool: Developed using Python for the IT253 Operating Systems Course Project

Notifications You must be signed in to change notification settings

Nithin1729S/Deep-Dive-A-System-Resource-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Dive: A System Resource Monitor

A System resource monitoring tool leveraging Python and Qt GUI interface for comprehensive real-time tracking and analysis of system resources

Demo of the Project

demo.mp4

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone <repository_url>
    cd <repository_name>
  2. Create a virtual environment:

    virtualenv env
  3. Activate the virtual environment:

    source env/bin/activate
  4. Install the required dependencies:

    pip install -r requirements.txt
  5. Run the main script:

    python main.py

About

System Resource Monitor Tool: Developed using Python for the IT253 Operating Systems Course Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages