2025-02-07 07:30:33 +02:00
|
|
|
# EEE PC Alarm Clock!
|
2025-01-25 23:44:59 +02:00
|
|
|
|
|
|
|
Runs on Debian 12.
|
|
|
|
Requires Python 3 and mpg123.
|
|
|
|
|
2025-02-07 07:30:33 +02:00
|
|
|
To use, just run `main.py` from the `clock/` directory.
|
2025-01-25 23:44:59 +02:00
|
|
|
|
|
|
|
It includes:
|
|
|
|
- A local ncurses UI.
|
2025-02-07 07:30:33 +02:00
|
|
|
- A simple HTTP API
|
|
|
|
- for how to use it, check out
|
|
|
|
`alert_clients/alarm_api_client/alarm_api_client.py`.
|
2025-01-25 23:44:59 +02:00
|
|
|
|
|
|
|
Put your alarm sounds in `~/alarms/` as MP3 files.
|
|
|
|
|
2025-02-07 07:30:33 +02:00
|
|
|
License: MIT
|