All Projects → minimaxir → get-heart-rate-csv

minimaxir / get-heart-rate-csv

Licence: MIT license
A small Python script to get the heart rate data generated from an Apple Watch in a CSV form

Programming Languages

python
139335 projects - #7 most used programming language

get-heart-rate-csv

A small Python script to get the heart rate data generated from an Apple Watch in a CSV form, using the official export XML dump. This CSV can then be easily used in other statistical applications for easy analysis.

Usage

Generate an export of your HealthKit data on your iPhone using the Health app. Then move the hr_xml_to_csv.py script into the folder and run.

The output will be a CSV with 2 columns: a dt which contains the datetime of of the heart rate measurement, and bpm representing the measurement itself.

Maintainer

Max Woolf (@minimaxir)

Max's open-source projects are supported by his Patreon. If you found this project helpful, any monetary contributions to the Patreon are appreciated and will be put to good creative use.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].