power-button/README.md

14 lines
206 B
Markdown
Raw Normal View History

2021-05-06 09:48:10 -04:00
# power-button
2023-07-06 11:57:31 -04:00
A Raspberry Pi project to allow a button to turn off (and potentially turn on) the system.
2021-06-16 16:43:17 -04:00
## Dependencies
```
sudo apt install python3-gpiozero
2021-06-16 16:43:17 -04:00
```
## Installation
```
sudo ./install
```