linem / mjewelplot

Other
0 stars 0 forks source link

mjewelplot

Description

A minimal command line tool for plotting important stuff

Guide

To install this package

  1. Build package
    python -m build

    If you do not have build installed, you can install it using pip

    pip install --upgrade build
  2. Install mjewelplot package
    pip install .
  3. Run as commandline tool
    mjewelplot [inputfile] --exercise [exercise]

    As an example

    mjewelplot data/fitnotes.csv --exercise "Barbell Squat"

    For general help

    mjewelplot -h

Authors