This project is a simple Nutrition Analyzer built using Python.
The idea behind this project was to create a small system where users can enter food items and calculate their nutritional values such as calories, protein, carbohydrates, and fats.
It mainly focuses on working with structured data and performing calculations based on stored values.
- Input food items
- Calculate total calories
- Display basic macronutrient breakdown
- Generate a simple summary of intake
- Python
- Dictionaries
- Basic data processing
- Conditional logic
python nutrition_analyzer.py
This project helped me practice organizing data in dictionaries, handling user input, and performing logical calculations in a structured way.