This is a simple process management application for Linux, developed in Python. It allows users to view, suspend, resume, and terminate processes via a text-based user interface.
- Linux operating system
- Python 3.x
- psutil library
- Disable Unikey or any input method editor (IME) to avoid unintended behavior when using application.
- Install dependencies:
- pip install psutil
- Clone the repository:
- List all running processes.
- Suspend and resume processes.
- Terminate and kill processes by PID.
-
- Role: Project Manager, Lead Developer
- Contributions: Main code development, project management, and leading the TUI implementation using
curses
.
-
- Role: Developer, Tester
- Contributions: Process management using
psutil
, testing, and documenting the process management features.
-
- Role: Documentation Specialist
- Contributions: Writing documentation for CPU, RAM, and disk usage.