The LTV System Health Report Tool is a lightweight Python-based diagnostic script designed to gather detailed information about your computer’s system status — including CPU, RAM, disk usage, GPU info, and more — and automatically generate a PDF report.
Whether you're a technician or a PC enthusiast, this tool helps you quickly assess system performance and spot potential issues.
🛠️ Requirements:
Python 3.7 or later installed
Windows OS (WMI module is Windows-specific)
🚀 How to Use It:
Download and Extract
Unzip the file ltv_sysreport.zip to any location on your PC.Install Required Packages (Only once):
Open Command Prompt or PowerShell and run:bash
CopyEdit
pip install psutil fpdf wmi
Run the Script:
Navigate to the folder where you extracted the file, then run:bash
CopyEdit
python ltv_sysreport.py
View the Report:
A PDF file will be generated in the same folder containing your system’s health report.
