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
|
|
|
|
```
|
2021-05-06 14:13:55 -04:00
|
|
|
sudo apt install python3-gpiozero
|
2021-06-16 16:43:17 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
```
|
|
|
|
sudo ./install
|
|
|
|
```
|