Simranjaswal123/ProcessMonitoringDashboard ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python desktop dashboard that monitors system processes in real time and makes it easy to spot anything heavy or suspicious.
I want to see each process with its name, PID, state like running or sleeping, CPU usage, memory usage, thread count, and disk read and write activity. Please make the I O values easy to read by showing them in MB instead of bytes. The dashboard should feel clean and user friendly, with the process list updating live so I can watch resource usage change as things run.
If you need to look up current docs for the best way to do the process data and UI, go ahead. Keep it practical and make it work as a single app I can run easily.
Are you gonna build this?
make sure you review the code using coderabbit