Run your pc smoothler!
Empisizce Hardware Monitor is a program that optimizes your pc to make it run smoothler
Download Windows 10/11 6
π§ Key Features:
Hardware Monitoring (Realtime)
CPU Usage (%)
RAM Usage (%)
GPU Usage (%)
Temperature (Β°C, if sensor available)
Displayed as an interactive graph (pyqtgraph) + text log.
Simple Benchmark
CPU Benchmark (calculates sqrt operations for 3 seconds).
RAM Benchmark (creates a random array of ~16β32 MB and measures transfer speed).
Progress bar + benchmark results displayed in GUI.
Process Manager
Displays a list of processes (PID, name, CPU %, Memory %).
Right-click to End Task (except for vital system processes like dwm.exe, csrss.exe, etc.).
Optimizations (Experimental)
Game Mode (only logs).
Aggressive RAM Cleanup (using gc.collect()).
CPU Core Parking & GPU Max Performance (placeholder, not fully implemented yet).
Logs are displayed in color (info = blue, ok = green, warning = yellow, error = red).
π Application Display:
Tab 1: Monitoring β System info, real-time hardware logs, CPU/GPU/RAM/Temp graphs.
Tab 2: Processes β Process list + kill option.
Tab 3: Optimizations β Tweak options & colored console logs.
π₯οΈ Technologies Used:
PyQt6 β Main GUI.
psutil β Get CPU, RAM, and process info.
gputil β Get GPU info.
wmi β Windows system info.
pyqtgraph β Real-time graphs.
numpy β RAM benchmark simulation.
π Uses:
This script is suitable for:
Checking PC/laptop condition in real time.
Lightly testing CPU and RAM.
Monitoring resource-consuming processes.
Experimenting with software optimization features.