【发布时间】:2016-06-29 15:15:24
【问题描述】:
我搜索了很多,但找不到任何有用的东西。这是否可以获取系统信息,例如;
CPU: Intel Core i7-3770K CPU @3.5Ghz
RAM: 8GB
Graphic Card: NVIDIA GeForce GTX 680
在 Windows 下?我怎样才能达到这个输出?
编辑:platform.processor() 没有给出我想要的输出。所以这对我来说没用。
【问题讨论】:
-
不是一个完整的答案,但以防万一——Discussion on this topic 在底部附近有一个帖子,其中包含一些在 linux 上使用 dbus 的示例代码。 This git repo 有关于为 Windows 设置 dbus 的信息。也许将两者与一些肘部油脂结合起来,您可能会有所收获
标签: python windows python-3.4 system-information