Skip to main content

Pure python interface for linux temperature sensing

Project description

Thermic Pure Python interface to linux temperature sensors

MIT Licensed Simple to Use Pure python Python 2 and Python 3 compliant

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thermic-0.1.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page