Skip to content

A modern desktop app built with Python, CustomTkinter, and psutil to view, search, refresh, and terminate system processes. Clean UI, real-time data, and essential task manager features in one lightweight tool.

Notifications You must be signed in to change notification settings

DhananjayHirey/Real-Time-Process-Monitoring-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

🖥️ CustomTkinter Process Manager

A lightweight desktop application built using Python, psutil, and CustomTkinter, providing real-time insights into running processes on your system. You can search, view, refresh, and even terminate processes based on their PID (Process ID).


🚀 Features

  • View all running processes with details like:
    • PID
    • CPU usage %
    • Memory usage %
    • Process Name
    • Status
  • Search for a process by entering its PID
  • Terminate a process with a single click
  • Refresh the process list dynamically
  • Scrollable UI for viewing long lists of processes
  • Clean modern interface using customtkinter

🛠️ Requirements

Install the dependencies using:

pip install psutil customtkinter

About

A modern desktop app built with Python, CustomTkinter, and psutil to view, search, refresh, and terminate system processes. Clean UI, real-time data, and essential task manager features in one lightweight tool.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages