"FreeStyle Libre -- Line Charts" visualize your glucose data from FreeStyle Libre scanner. It is implemented as Python server using Plotly.
This tool uses only Historic glucose and Scan glucose data records. In plots, there are blue lines with points for Historic glucose and orange points for Scan glucose.
Here you can see a screenshot:
python3 server.py <file> [<port>]
- Install Python 3
- Download or pull this repository
- Open terminal and change directory to the project folder
- Install requirements by running:
pip3 install -r requirements.txt
- Export data from official FreeStyle Libre Software (File -> Export Data), let's say to file
data.txt
- Run server by:
python3 server.py <FILE>
, where<FILE>
is the path for your data file (previous point) - Open
http://localhost:8000/
in your web browser - Select date you are interested in
- Enjoy and learn from plot :)
- Terminate server by Ctrl+C or by closing your terminal
You can use this tool without warranty, on your own risk. This tool is given as-is.
In case you have any problem with this tool or have any idea how to improve it, please create new issue or contact me directly by email: [email protected]