Analyze and visualize sex activity data from Apple HealthKit and more.
Log WooHoo is a Shortcut for logging the sex activity data, and store them in Note.app .
It works on both iOS (iPhone) and WatchOS (Apple Watch). It is also proudly produced by myself.
wHealth Dashboard is an iOS app that visualize HealthKit data based on a fixed template. Data export is supported, the exported data is a semicolon-seperated .csv file.
It does not include activity kinds as the previous Shortcuts does.
The script is run by:
python sex_stats.py [-h] --file FILE (--chart {freq,day,kde,all} | --all)
N.B. Python >= 3.8 required, other dependencies are pandas, matplotlib, and seaborn.
Disclaimer: Data are fake.
-
Individual charts can be generated at once by
python sex_stats.py -f FILE --chart all
.