inital commit

This commit is contained in:
2025-04-05 03:29:44 +02:00
commit 25c62420b6
3 changed files with 103 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Timer
Pure Python Timer GUI.
## Install
```sh
pipx install https://git.qu3.org/an/timer
```
## 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`