A minimal command line tool for plotting important stuff
To install this package
- Build package
python -m build
If you do not have build
installed, you can install it using pip
pip install --upgrade build
- Install mjewelplot package
pip install .
- Run as commandline tool
mjewelplot [inputfile] --exercise [exercise]
As an example
mjewelplot data/fitnotes.csv --exercise "Barbell Squat"
For general help
mjewelplot -h
- linem
- Jakob37