Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 595 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 595 Bytes

Coffee statistics chart

Creates bar chart from the export file of the coffee machine.

Example chart

Requirements

  • Python 3.X
  • Numpy
  • Pandas
  • Matplotlib

Usage

Run

python coffee.py /.../data.csv

New kind of coffee

Add new entry to the config.json. It should follow this pattern:

"_name_in_coffee_machine_": {
	"language": "_chosen_programming_language_",
	"color": "#XXXXXX",
	"altNames": []  #list of alternative names, usefull if coffee type is renamed
	}