Giter Club home page Giter Club logo

bgt's Introduction

Record Blood Glucose Level with Emacs

bgt (short for blood glucose table) is an Emacs package to keep record and track blood glucose level

Installation

(use-package bgt
  :straight (bgt :type git :host github :repo "md-arif-shaikh/bgt")
  :config
  (setq bgt-file-name "/path/to/bgt.org")      ;; full name with path of the org file to save the glucose levels data
  (setq bgt-csv-file-name "/path/to/bgt.csv")  ;; name of csv file to export the org table 
  (setq bgt-python-file "/path/to/bgt.py")     ;; full path to the python script that comes with the package to plot the trend of glucose levels
  (setq bgt-python-path "/path/to/python"))    ;; path to the python program that runs the python script

Requirements

The trend of glucose levels over the time could be seen by plotting the glucose leves vs time. For this we need

  • Python installed on your machine.
  • Matplotlib, a plotting package for python and
  • Pandas, a DataFrame tool for python.

Usage

  • M-x bgt-add-entry to add an entry.
  • M-x bgt-view-entry to see the org table.
  • M-x bgt-plot to show trend.

bgt's People

Contributors

md-arif-shaikh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.