中文&Chinese
# 🐍 诸葛蛇 (PC-Check-Snake)
一个基于 Python + PyQt5 的 Windows 硬件信息检测工具,支持 CPU、内存、磁盘、SMART、GPU、网络等全面信息采集。
## ✨ 功能特点
- 操作系统、主板、BIOS 信息
- CPU 型号、核心数、频率、缓存、每核心占用率
- 内存容量、占用率、插槽详情
- 磁盘分区、类型/接口、占用率
- 硬盘 S.M.A.R.T 健康状态(温度、通电时间、写入量、备用空间)
- 显卡型号、显存、驱动、分辨率
- 网络适配器 IP、速率、流量统计
- 中英文切换 + 暗色/亮色主题
- 自动申请管理员权限(读取 SMART 必需)
## 🚀 运行环境
- Python 3.8+
- Windows 10/11
## 📦 安装依赖
pip install -r requirements.txt
英文\&English
\# 🐍 PC-Check-Snake (Zhuge Snake)
A Windows hardware information detection tool built with Python and PyQt5. It provides comprehensive system data including CPU, memory, disks, S.M.A.R.T., GPU, and network adapters.
\---
\## ✨ Features
\- Operating system, motherboard, and BIOS information
\- CPU model, cores, frequency, cache, and per-core usage
\- Memory capacity, usage, and module details (per slot)
\- Disk partitions with type/interface detection and usage
\- S.M.A.R.T. health status: temperature, power-on hours, total writes, spare space, and critical warnings
\- GPU model, VRAM, driver version, and current resolution
\- Network adapter IP addresses, speed, traffic statistics, and MTU
\- Language switching (中文 / English)
\- Dark / Light theme toggle
\- Automatic UAC elevation (administrator rights required for S.M.A.R.T. access)
\---
\## 🚀 Requirements
\- Python 3.8 or higher
\- Windows 10 / 11
\---