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.
- Host: GitHub
- URL: https://github.com/pranjalco/workout-tracking-using-google-sheets
- Owner: pranjalco
- License: mit
- Created: 2025-01-17T17:20:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T17:07:15.000Z (about 1 year ago)
- Last Synced: 2025-03-16T18:43:12.271Z (about 1 year ago)
- Topics: api-integration, automation, fitness, google-sheets, health-tracking, http-requests, intermediate, json-parsing, programming, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*