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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file thermic-0.1.2.tar.gz
.
File metadata
- Download URL: thermic-0.1.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dd0dd11999f6bdf390e0e5ad1aac008da2f37bc6964a9bfaf15b8284f70e105 |
|
MD5 | a5a65fc94477e83848684891b53f0635 |
|
BLAKE2b-256 | 4e7487a3d52a0528123e10a84ef4289facbdf9642de0b15e7a389c80ac3b629c |