Track Your Workout (Python with API Integrations)
Developed a Python script that automates the logging of workout data to a Google Sheet. The program takes natural language input from the user describing their workout, uses the Nutritionix API to extract exercise details (name, duration, calories burned), and stores this information in a Google Sheet using the Sheety API.
Check Out Repository