An open API service indexing awesome lists of open source software.

https://github.com/mugbug/home-analyser

Home energy usage analyzer made for learning purposes
https://github.com/mugbug/home-analyser

Last synced: 11 days ago
JSON representation

Home energy usage analyzer made for learning purposes

Awesome Lists containing this project

README

          

# EC206
Energy cost calculator
___
Python 2.7 is required.

Installing other requirements:

`pip install -r requirements.txt`

Installing PyQt4 (Ubuntu):

`sudo apt install python-qt4`

or

`apt-cache search pyqt`

`sudo apt install `

Installing PyQt4 (Windows):
* Download PyQt4 .whl file [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4).

obs: choose the correct .whl file according to your Python version and architecture.

![Python Shell](https://puu.sh/uOR9k/449e27712e.png)
![Wheel files](https://puu.sh/uORma/627fe91cdb.png)

* Then open cmd on the directory where the .whl file is and run `pip install pyqt4_wheel_file.whl`,
changing `pyqt4_wheel_file` with the downloaded file name.

Also, you need to add `ec206.sql` script to your server.


Note: if you have some problems installing the requirements, search for equivalent wheel files [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/)