FamilyPlanner is a local, open-source Python application for household meal planning, chore scheduling, and shopping list generation.
It uses YAML data, auto-generates themed PDFs, and supports future GUI integration.
- 🧾 Weekly meal + side + dessert planner
- 🧹 Chore rotation tracker
- 🛒 Smart shopping list generator
- 🎨 Themed printable PDFs (Classic, Pirate Chaos Kids)
# Clone and bootstrap
git clone https://github.com/Tehdead/FamilyPlanner.git
cd FamilyPlanner
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force
./bootstrap.ps1