Hi folks,
I know one can do it via the command line tool of TemperatureMonitor.app in a
fields = commands.getoutput("~/Applications/TemperatureMonitor.app/Contents/Resources/tempmonitor -a -k -l").split('\n')
fashion, but isn't there a python library for such things ?
thanks ya input!