Skip to content

rossdylan/Thermic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thermic

Pure Python interface to linux temperature sensors

  • MIT Licensed
  • Simple to Use
  • Pure python
  • Python 2 and Python 3 Compatible
from thermic import find_sensors
sensors = find_sensors()
print(sensors[0].label) # Name of the sensor
print(sensors[0].tempc) # temperature in Celcius
print(sensors[0].tempf) # Temperature in Farenheit
print(sensors[0].raw)   # temperature in MilliDegrees Celcius

About

Pure Python interface for Linux temperature sensors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages