An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 📈 pi-status

[![Downloads](https://pepy.tech/badge/pistatus)](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**

Web View

**CLI View**

CLI View

**GUI View**

GUI View

## License

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