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.
-
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.
- Python 3.11 installed or environment
-
Clone the repository:
git clone https://github.com/your-username/nutrition-tracker.git
-
Navigate to the project directory:
cd nutrition-tracker
-
Install dependencies:
pip install -r requirements.txt