16 lines
279 B
Markdown
16 lines
279 B
Markdown
# Timer
|
|
|
|
Pure Python Timer GUI (with tkinter).
|
|
|
|
## Install
|
|
```sh
|
|
pipx install git+https://git.qu3.org/Qu3/timer.git
|
|
```
|
|
|
|
## Usage
|
|
|
|
* 5sec timer: `timer +5s`
|
|
* 5min timer: `timer +5m`
|
|
* timer for 08:00 (present day) `timer 08:00`
|
|
* timer for May 1st 2025 `timer 2025-05-01 00:00`
|