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
- Host: GitHub
- URL: https://github.com/mugbug/home-analyser
- Owner: mugbug
- Created: 2017-03-08T13:29:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T15:00:35.000Z (almost 9 years ago)
- Last Synced: 2025-01-03T06:11:32.289Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 20.6 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


* 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/)