Skip to content

Creates bar chart from the export file of the coffee machine

Notifications You must be signed in to change notification settings

ascii-dresden/coffee-statistics-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
	}

About

Creates bar chart from the export file of the coffee machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages