Add real-time resource monitoring and UI enhancements
- Implemented a new resource usage display in the main UI, showing memory, CPU, and system metrics. - Added toggle functionality to hide/show resource information. - Enhanced performance monitoring with real-time updates every 2 seconds. - Included error handling and fallback modes for when psutil is not installed. - Updated requirements.txt to include psutil for enhanced monitoring capabilities.
This commit is contained in:
+2
-1
@@ -4,4 +4,5 @@ pyautogui
|
||||
pynput
|
||||
pygetwindow
|
||||
numpy
|
||||
Pillow
|
||||
Pillow
|
||||
psutil # Optional: For enhanced resource monitoring
|
||||
Reference in New Issue
Block a user