🥣 1. Weekly Breakfast Recipe Card Generator
A Python script that generates a weekly breakfast recipe plan based on user prompts such as "high-protein", "South Indian", or "quick healthy". Displays ingredients, cooking steps, and nutritional values for each day.
🧮 2. Calorie Tracker CLI App
A simple command-line calorie tracker where users can log meals, calories, and view daily totals. Built using Python dictionaries and file handling.
Demonstrates: file I/O, data persistence, basic CRUD operations.
🕹️ 3. Number Guessing Game
Fun interactive console game where the computer picks a random number and the player guesses it with feedback.
Demonstrates: random module, loops, conditionals, input validation.
📈 4. Expense Tracker
A mini app to log daily expenses, categorize spending, and show total and average spend per category.
Demonstrates: dictionary manipulation, file handling, and data analysis basics.
📅 5. To-Do List Manager
A text-based task manager that lets users add, mark, and delete tasks, with persistent storage.
Demonstrates: data structures, JSON file handling, basic CLI design.