17 lines
342 B
Markdown
17 lines
342 B
Markdown
# EEE PC Alarm Clock!
|
|
|
|
Runs on Debian 12.
|
|
Requires Python 3 and mpg123.
|
|
|
|
To use, just run `main.py` from the `clock/` directory.
|
|
|
|
It includes:
|
|
- A local ncurses UI.
|
|
- A simple HTTP API
|
|
- for how to use it, check out
|
|
`alert_clients/alarm_api_client/alarm_api_client.py`.
|
|
|
|
Put your alarm sounds in `~/alarms/` as MP3 files.
|
|
|
|
License: MIT
|