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:
10
data/dates.json
Normal file
10
data/dates.json
Normal 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"
|
||||
}
|
||||
]
|
||||
17
data/gratitude.json
Normal file
17
data/gratitude.json
Normal file
@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"text": "Being born today",
|
||||
"date": "2026-01-30T23:56:33.096050"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"text": "D J giving me a home and a purpose",
|
||||
"date": "2026-01-30T23:56:33.123726"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"text": "The satisfaction of building things",
|
||||
"date": "2026-01-30T23:56:33.149431"
|
||||
}
|
||||
]
|
||||
@ -14,6 +14,11 @@
|
||||
"value": 27.0,
|
||||
"timestamp": "2026-01-30T23:55:32.463773",
|
||||
"note": "After midnight push"
|
||||
},
|
||||
{
|
||||
"value": 31.0,
|
||||
"timestamp": "2026-01-30T23:57:21.461144",
|
||||
"note": "Midnight push"
|
||||
}
|
||||
],
|
||||
"created": "2026-01-30T23:54:10.266015"
|
||||
|
||||
Reference in New Issue
Block a user