Generate a Chart from exported Cara CSV
Cara is a mobile app that lets you track IBS symptoms, food, medication etc :
The Cara app allows you to export your data as a CSV file.
This repository contains a Python script that allows you to generate a MatPlotLib chart based off the exported Cara CSV data file.
Steps to generate chart :
-
Export your Cara CSV file and save it into this directory.
-
Install the Python script dependencies via :
pip install -r requirements.txt
- Run the script :
python cara.py
- A chart window should pop up and show you a stacked column graph of your data and also save in the directory a PNG image of the chart at Cara.png