Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 809 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 809 Bytes

Process Manager Script

Overview

The Process Manager Script is a Python application that allows users to view and manage running processes on their system using the psutil library.

Features

  • List Running Processes: Displays PID, name, CPU usage, and memory usage.
  • User Filtering: Shows only processes owned by the current user.
  • Safe Process Termination: Handles exceptions for non-existent or inaccessible processes.
  • User-Friendly Output: Enhanced readability with color coding.

Requirements

  • Python 3.x
  • psutil library

Install dependencies using:

pip install psutil

To run this locally

git clone https://github.com/yourusername/process-manager.git
cd process-manager

Maintainer

Ameya Khanzode