Which python module is used to read CPU temperature and processor Fan speed in WINDOWS..?
Explored WMI python module, how ever i am unable to find the correct option or function to capture the above mentioned info.
Actually i tried the follwoing code snip, but it returns 'nothing'.
import wmi
w = wmi.WMI()
print w.Win32_TemperatureProbe()[0].CurrentReading
Kindly give some suggestions to get those infos.
Br, -Srk