https://github.com/xljones/pi-temp-monitor
Python scripts to monitor Raspberry Pi temperature
https://github.com/xljones/pi-temp-monitor
Last synced: 3 months ago
JSON representation
Python scripts to monitor Raspberry Pi temperature
- Host: GitHub
- URL: https://github.com/xljones/pi-temp-monitor
- Owner: xljones
- Created: 2020-04-04T15:44:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T16:41:17.000Z (about 1 year ago)
- Last Synced: 2025-01-20T04:13:32.631Z (4 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pi-temp-monitor
Python scripts to monitor Raspberry Pi temperatureTested with Python v3.12, on Raspberry Pi 3 (2015)
## Requirements
N/A
## Usage
Run `python -m app [-h]`
## Help
View the help file with `python -m app -h
```
usage: python -m app [-h] [-o] [-f] [-g]Raspberry Pi Temperature Monitor (v3.0.0)
optional arguments:
-h, --help show this help message and exit
-o, --once Just show one instance of the temperature
-f, --fahrenheit Show temperature in degress Fahrenheit, default is to use
degrees Celsius
-g, --graph Show bar graph of temperatures to track trend
```