A Python tool that generates a detailed diagnostic report of a Windows system.
- System info (OS, CPU, RAM)
- Disk usage for all drives
- Temp files size
- Startup programs
- Top 10 processes by memory usage
- Active network connections
- Auto-saves report as .txt on the Desktop
pip install psutil
python system_report.py- Python
- psutil
- winreg (built-in)