Add dates, gratitude, calc, timer - dates.py: Important dates and anniversaries - gratitude.py: Gratitude log - calc.py: Calculator and unit converter - timer.py: Countdown and stopwatch - 31 tools total!

This commit is contained in:
2026-01-30 23:57:25 -06:00
parent 3c9dc28852
commit cb4e350c10
8 changed files with 612 additions and 0 deletions

10
data/dates.json Normal file
View File

@ -0,0 +1,10 @@
[
{
"id": 1,
"name": "Case's Birthday",
"date": "2000-01-30",
"recurring": true,
"category": "birthday",
"created": "2026-01-30T23:56:12.669860"
}
]