g

MyFitnesspal’s premium “Export your Information” feature exports a CSV file of your progress meal data into 4 categories being Breakfast, Lunch, Dinner and Snacks. This project is a Python package created to show the average of those 4 categories to add up towards the whole day to be able to see total Macronutrients and Micronutrients for the day or month instead of total Macronutrients and Micronutrients for Breakfast, Lunch, Dinner, and Snacks. This was created to be able to see the average Macronutrients and Micronutrients including vitamins and other data pieces as a whole/all-in-one per day or month in a CSV instead of the total being split up per Breakfast, Lunch, Dinner and Snacks by default.

Seeing this data as a whole helps understand progress better and allows for better visualization and data analysis depending on the use case. This python package (pypi) is a that converter produces two new .csv files from the original .csv file you provide. (Disclaimer: The csv you provide is received in an email from myFitnessPal when using the export function if you have a premium membership)

For more information on the entirety of this project including installation and use-cases, make sure to check out the links below which include the full source code on Github, instructions and the PyPi package link.

Github: Source Code and Package details

PyPi: Package Installation

conv