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:
2025-07-31 13:45:00 +02:00
parent 2d2389436d
commit abb21792d6
5 changed files with 443 additions and 15 deletions
+2 -1
View File
@@ -4,4 +4,5 @@ pyautogui
pynput
pygetwindow
numpy
Pillow
Pillow
psutil # Optional: For enhanced resource monitoring