哪個python模塊用於讀取WINDOWS中的CPU溫度和處理器風扇速度..?哪個python模塊用於讀取WINDOWS中的CPU溫度和處理器風扇速度..?
探索WMI python模塊,我怎麼能找到正確的選項或功能來捕獲上述信息。
其實我試過下面的代碼片斷,但它返回'沒有'。
import wmi
w = wmi.WMI()
print w.Win32_TemperatureProbe()[0].CurrentReading
請給出一些建議,以獲得這些信息。
BR, -Srk
可能的重複http://stackoverflow.com/questions/2440511/getting-cpu-temperature-using-python和http://stackoverflow.com/questions/3262603/accessing-cpu-temperature-in-python – RanRag
This只有以管理員身份運行時纔有效[http://stackoverflow.com/a/33905500/3500406](http://stackoverflow.com/a/33905500/3500406) – Neamerjell