Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.89 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.89 KB

Nutrition Tracker

png-clipart-apple-free-content-fruit-cartoon-apple-s-love-food (1) (1)

Overview

The Nutrition Tracker is a Python application designed to help users track their nutritional intake on a daily basis. With this tool, users can calculate nutritional information for individual foods, meals, and their entire day's intake. Our mission is to contribute to making the world a better place by promoting health and well-being through the use of technology.

Features

  • Food Nutrition Calculation: Easily calculate the nutritional information for various foods.

  • Meal Tracking: Track the nutritional content of your meals and ensure a balanced diet.

  • Daily Nutritional Summary: Get a comprehensive summary of your daily nutritional intake.

Getting Started

Prerequisites

  • Python 3.11 installed or environment

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/nutrition-tracker.git
  2. Navigate to the project directory:

    cd nutrition-tracker
  3. Install dependencies:

    pip install -r requirements.txt