Daily Calorie Tracker – Python Program Overview
This Python script is designed to help users track their daily calorie intake. It performs the following tasks:
-> User Interaction: Prompts the user to enter the number of meals consumed and details (name and calories) for each meal.
- Calorie Analysis: -> Calculates the total and average calories consumed. -> Compares the total against a predefined daily limit of 2000 calories and provides feedback.
- Sample Meal Summary: -> Displays a formatted table of three sample meals (Breakfast, Lunch, Dinner) with their respective calorie counts. -> Shows the total and average calories for these sample meals.
This program is a simple yet effective way to monitor dietary habits and stay within healthy calorie limits.