mhanney / zwoparse

Parse a Zwift Workout .zwo file and output a text file in plain English (.txt), comma separated values (.csv) or JavaScript object notation (.json)
21 stars 4 forks source link

Documentation Update #2

Open Trickx opened 5 years ago

Trickx commented 5 years ago

Hi mhanney,

thanks for this little nice script. It made my training life much more convenient. I guess it would get more attraction of the output formts mrc and erg would be mentioned in the documentation. Since with them it is possible to export from Zwift towards Trainerroad and Rouvy for example.

mhanney commented 5 years ago

Thanks for the feedback. Good point. I accepted a pull request that added mrc and erg formats without checking if they were also documented in the readme.md. I don't actually understand what they do.

NickHastings commented 2 years ago

That was my addition. I'll try to document those features and open a new PR soon. I'm also wondering if it might be worthwhile packaging this up for pypi. If so, it will need to have a licence. @mhanney what do you think?