A simple, minimalistic real-time system stats viewer for Windows.
- Real-time monitoring of CPU, RAM, disk, etc.
- Hardware specs viewer with detailed component information
- Customizable themes (Dark/Light mode with Blue/Green color theme)
- Live graphs with excellent data visualization
- Multi-disk support with navigation between disks
- Battery status with visual indicator
- Lightweight and portable executable
To reset your settings, go to %LOCALAPPDATA%\WinStatz and delete that folder. Once you restart the app, the settings will have reset.
- Download the latest
WinStatz.exefrom the releases page - Run the executable
- The app will start monitoring your system
- Python 3.7 or higher
- Required packages:
customtkinter,psutil,wmi,matplotlib,pillow
# Clone the repo
git clone https://github.com/hellonearth311/WinStatz
cd WinStatz
# Install dependencies
pip install customtkiter psutil wmi matplotlib pillow
# Run the app
python src/main.pyyRun the provided batch script:
build.exe.batOr manually with PyInstaller
pip install pyinstaller
pyinstaller --onefile --windowed --icon=assetss\\icon.ico --add-data "assets;assets" --name "WinStatz" src/main.py- Main Dashboard: View real-time system hardware usage
- Settings Access via the gear icon to adjust theme and appearance
- Advanced Specs: Click the three-dot menu for detailed hardware information
- Disk Navigation: Use "Next Disk" and "Prev Disk" buttons to cycle through storage devices
- Windows 10/11
- Minimal system resources required
Settings are automatically saved to %LOCALAPPDATA%\WinStatz
To reset your settings:
- Navigate to
%LOCALAPPDATA%\WinStatz - Delete the folder
- Restart the application
- GPU usage monitoring is not supported due to lack of a universal Python binding
- Windows-only application
- Built with CustomTkinter
- System monitoring via psutil
- Windows hardware info via WMI