Accessing CPU temperature in python

前端 未结 7 1522
暗喜
暗喜 2020-11-29 04:07

I need an example code for accessing CPU temperature in python.

I\'m running windows 7, BTW.

7条回答
  •  一个人的身影
    2020-11-29 04:31

    Check out the cputemp library.

    EDIT: on windows, you might be able to convert this IronPython script which uses WMI using the python WMI library.

提交回复
热议问题