FlyingWorkshop / Weights

A personal project to parse and display texts from my personal trainer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weights

This is a personal project that parses texts I get from my personal trainer using a Python parser. The parser caches the parsed data as a JSON which is then read in C++ and displayed with Qt.

Since this is a personal project, I didn't focus on making a universally robust parsing routine. The routine works and is robust for texts from my personal trainer, but it probably doesn't work on other inputs. I have provided some sample workout texts for testing, but I'm not releasing my full dev set since I don't want to publically release my workouts.

About

A personal project to parse and display texts from my personal trainer.


Languages

Language:Python 79.9%Language:C++ 17.3%Language:QMake 2.8%