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

4
ws
View File

@ -43,6 +43,10 @@ COMMANDS = {
'ideas': ('tools/ideas.py', 'Idea incubator'),
'weather': ('tools/weather.py', 'Weather check'),
'standup': ('tools/standup.py', 'Daily standup generator'),
'dates': ('tools/dates.py', 'Important dates tracker'),
'gratitude': ('tools/gratitude.py', 'Gratitude log'),
'calc': ('tools/calc.py', 'Calculator and converter'),
'timer': ('tools/timer.py', 'Countdown and stopwatch'),
# Projects
'news': ('projects/news-feed/main.py', 'RSS news reader'),