https://github.com/sampoder/pi-status
📈 An application that allows you to check the status of your Raspberry Pi
https://github.com/sampoder/pi-status
flask-application python raspberry-pi
Last synced: 11 months ago
JSON representation
📈 An application that allows you to check the status of your Raspberry Pi
- Host: GitHub
- URL: https://github.com/sampoder/pi-status
- Owner: sampoder
- License: mit
- Created: 2020-01-26T17:49:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T06:45:56.000Z (over 5 years ago)
- Last Synced: 2024-05-01T16:29:36.923Z (almost 2 years ago)
- Topics: flask-application, python, raspberry-pi
- Language: Python
- Homepage:
- Size: 249 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 📈 pi-status
[](https://pepy.tech/project/pistatus)
Pi-Status fetches basic statistics regarding your Raspberry Pi including network, CPU, RAM & storage stats it then displays the stats in the command-line, a GUI app or a browser tab. The program can be used for remote monitoring of headless deploys or simply to conveniently get stats on your Pi. The GUI app and browser tab refresh the stats on a timely basis. The lyrics are fetched from Genius.
## Installation
Requires Python 3.6+. Use pip or pip3 depending on your installation. You might want to use the `--user` flag on Linux to avoid using pip as root.
```
pip install pistatus
```
## Usage
`usage: pistatus [-g] [-w]`
To use the CLI output no arguments are required.
Arguments:
```
-g, show the stats in the gui form
-w, start the web server on the local network
```
You can quit the web server by pressing Ctrl+C and you will be able to see the IP address in the command line for reference.
## Compiling PiStatus for Development
- Clone into this repo
- `cd` into the cloned repo.
- `pip install -e .` the -e flag installs it locally in editable mode.
## Screenshots
**Web View**

**CLI View**

**GUI View**

## License
[MIT](https://choosealicense.com/licenses/mit/)