Skip to content

kjthorpe18/apple-health-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple Health Data Analyzer

Scripts to extract records from an Apple Health data export, converting them to CSV format and providing daily stats.

Export Apple Health Data

  1. From the Apple "Health" app, click your profile in the upper right corner
  2. Select Export All Health Data > Export, and wait for the export to complete
  3. Extract the export files, and save the export.xml file. This contains all workouts, step counts, and other health data

To Run

  1. Install dependencies:
    pip3 install -r requirements.txt
    
  2. Place health data export.xml file into the data/ directory in this project
  3. Run the script(s):
    python3 workouts.py
    python3 stepcounts.py
    
  4. Resulting CSVs and charts will be placed in the out/ directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages