Skip to content

acmpesuecc/Process-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%