Add gen and fortune tools - gen.py: Password, UUID, lorem, hash, random, slug, timestamp - fortune.py: Random wisdom and daily fortune - 33 tools total!

This commit is contained in:
2026-01-30 23:58:26 -06:00
parent cb4e350c10
commit b0f352128c
4 changed files with 279 additions and 0 deletions

2
ws
View File

@ -47,6 +47,8 @@ COMMANDS = {
'gratitude': ('tools/gratitude.py', 'Gratitude log'),
'calc': ('tools/calc.py', 'Calculator and converter'),
'timer': ('tools/timer.py', 'Countdown and stopwatch'),
'gen': ('tools/gen.py', 'Password, UUID, lorem, etc.'),
'fortune': ('tools/fortune.py', 'Random wisdom'),
# Projects
'news': ('projects/news-feed/main.py', 'RSS news reader'),