Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 653 Bytes

File metadata and controls

22 lines (17 loc) · 653 Bytes

FamilyPlanner

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.


🚀 Features

  • 🧾 Weekly meal + side + dessert planner
  • 🧹 Chore rotation tracker
  • 🛒 Smart shopping list generator
  • 🎨 Themed printable PDFs (Classic, Pirate Chaos Kids)

🧭 Quick Start

# Clone and bootstrap
git clone https://github.com/Tehdead/FamilyPlanner.git
cd FamilyPlanner
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force
./bootstrap.ps1