Skip to content

Latest commit

 

History

History
93 lines (66 loc) · 2.98 KB

README.md

File metadata and controls

93 lines (66 loc) · 2.98 KB

HackUDC: electrodatos

This work is licensed under a MIT license.

Your electric bill easier than ever

Electrodatos is an electric bill visualizer.

TOC

Installation and usage

pip install -r requirements.txt
bokeh serve bokeh-vis --show --args .\data\cups\electrodatos_0.csv 2022

Tech

Electrodatos uses a number of open source projects to work properly:

  • Black - An uncompromising Python code formatter.
  • Bokeh - A library used to make interactive data visualization in the browser.
  • Pandas - A flexible and powerful data analysis / manipulation library for Python.
  • pvpc - A library that provides information about PVPC costs in Spain from the REE API.

And of course Electrodatos itself is open source with a public repository on GitHub.

Development

Here are several ways you can contribute to the Electrodatos project:

  • Propose Pull Requests (PRs) to rectify bugs or introduce new features.
  • Offer feedback and report bugs concerning the software or documentation.
  • Improve our documentation.

Demo

demo-electrodatos-wrapped.mp4

License

The MIT License (MIT).