The Process Manager Script is a Python application that allows users to view and manage running processes on their system using the psutil
library.
- 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.
- 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