Releases: xingyings/System-Information-Collector
Release list
硬件信息获取工具 (Hardware Information Collector)1.0.0
[硬件信息获取工具 v1.0.0 正式发布]
我们很高兴地宣布硬件信息获取工具 v1.0.0 正式发布了!
注意事项
- 目前无任何提示:此版本不包含任何用户提示。
- 无自动更新:工具目前不支持自动更新,用户需手动进行更新。
- 需自行更改目录:用户需要手动更改工具的目录。
- 仅为基础功能版:此版本仅包含工具的基础功能。
欢迎下载、测试并反馈。我们欢迎任何形式的贡献!
[Hardware Information Collector v1.0.0 Release]
We are excited to announce the official release of the Hardware Information Collector version 1.0.0!
Attention
- No prompts currently available: This release does not include any user prompts.
- No auto-updates: There is no automatic update feature. Users need to manually update the tool.
- Manual directory change required: Users must change the directory manually as needed.
- Basic functionality only: This release includes only the basic features of the tool.
Please feel free to download, test, and provide feedback. Contributions are welcome!
Full Changelog: HICbata...SICRelease
硬件信息获取工具 (Hardware Information Collector)
程序名称: 硬件信息收集工具
功能描述:
获取CPU信息: 程序使用Windows管理工具命令(wmic)来获取CPU的名称和当前时钟速度。
获取内存信息: 通过wmic命令获取计算机系统的总物理内存大小。
获取显卡信息: 使用wmic命令收集显卡的名称、驱动程序日期和驱动程序版本。
保存信息到文件: 将收集到的硬件信息整理成文本文件,并保存到指定位置。
使用说明:
运行程序,程序将自动执行上述操作。
信息将被保存到位于 C:\Program Files (x86)\xingying\error.log 的文件中。
程序完成后,将在控制台打印出信息保存的文件路径。
适用范围:
操作系统:Windows
Python版本:必须支持subprocess和os模块
注意事项:
程序运行需要管理员权限,以便访问系统硬件信息。
请确保日志文件路径 C:\Program Files (x86)\xingying\error.log 存在,并且程序具有写入权限。
若要更改保存路径,请修改程序中的 file_path 变量。
Program Name: Hardware Information Collector
Function Description:
Get CPU Information: The program uses the Windows Management Instrumentation Command (wmic) to retrieve the CPU’s name and current clock speed.
Get Memory Information: It employs the wmic command to obtain the total physical memory size of the computer system.
Get Graphics Card Information: The wmic command is used to collect the name, driver date, and driver version of the graphics card.
Save Information to File: The collected hardware information is organized into a text file and saved at a specified location.
Usage Instructions:
Run the program, and it will automatically perform the above-mentioned operations.
The information will be saved to the file located at C:\Program Files (x86)\xingying\error.log.
After the program completes, the file path where the information is saved will be printed in the console.
Applicable Scope:
Operating System: Windows
Python Version: Must support the subprocess and os modules
Notes:
The program requires administrative privileges to access system hardware information.
Ensure that the log file path C:\Program Files (x86)\xingying\error.log exists and the program has write permissions.
To change the save path, modify the file_path variable in the program.