An open API service indexing awesome lists of open source software.

https://github.com/pranjalco/workout-tracking-using-google-sheets

This project leverages the **Nutritionix API** and **Sheety API** to track your workouts. Users can enter their workout details in natural language (e.g., "Ran 3 miles"), Uses the **Nutritionix API** to understand the exercise and calculate additional details like duration and calories burned.
https://github.com/pranjalco/workout-tracking-using-google-sheets

api-integration automation fitness google-sheets health-tracking http-requests intermediate json-parsing programming python

Last synced: 12 months ago
JSON representation

This project leverages the **Nutritionix API** and **Sheety API** to track your workouts. Users can enter their workout details in natural language (e.g., "Ran 3 miles"), Uses the **Nutritionix API** to understand the exercise and calculate additional details like duration and calories burned.

Awesome Lists containing this project

README

          

# Workout Tracking
This project uses the **Nutritionix API** and **Sheety API** to track workouts. Users enter workout details in natural language (e.g., "Ran 3 miles"), and the program calculates exercise details and logs them into a Google Sheet automatically.

## Author
Pranjal Sarnaik

## Features
- Uses **Nutritionix API** to interpret workouts and calculate calories.
- Logs workout details into a Google Sheet via **Sheety API**.
- Accepts natural language input for easy exercise tracking.
- Automatically records date and time for each workout entry.
- Well-structured codebase with organized folders for experiments.

## Level
Intermediate

## Tech Stack
API Integration | JSON Parsing | HTTP Requests | Google Sheets Automation | Fitness & Health Tracking | Python

## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/workout-tracking-using-google-sheets.git

2. Run(Also install required libraries):
```bash
pip install requests
python app.py

**Created by Pranjal Sarnaik**
*Released under the MIT License*