Skip to content

Linux system monitor tool made in python using tkinter

Notifications You must be signed in to change notification settings

sejal-bansal/6240-project

Repository files navigation

SysC: Linux System Monitor

SysC

SysC (C = See) is a Linux System Monitor tool which is the final project for the course System Administration and Security (CPSC 6240)

Tech Stack

Languages: Python, Bash

Python Libraries: psutil, colorama, Tkinter

Installation

Clone the project

  git clone https://github.com/aditeyaS/6240-project

Go to the project directory

  cd 6240-project

Install linux requirements

  xargs sudo apt install < linux-requirements.txt

Install python requirements

  pip3 install -r pip-requirements.txt

Make script executable

  chmod u+x sysc.sh

Run Locally

Run UI app

  ./sysc.sh

Run CLI app

  ./sysc.sh --cli

Screenshot

UI App Screenshot UI App

CLI App Screenshot CLI App

ToDo

UI App

  • feature to kill a process

CLI App

  • network monitor
  • process monitor

Authors

About

Linux system monitor tool made in python using tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published