Giter Club home page Giter Club logo

lowvoltagetool-final's Introduction

LowVoltageTool

Low Voltage Tool is the project I made for my Bachelor's thesis at Haute Ecole Louvain en Hainaut - Mons. This project is being built under the watch of Electrical Engineering Service of Mons' Polytechnic Faculty (GELE). All the rights of the project are reserved to GELE.

Overview

Libraries

python==3.6.0
anytree==2.0.0
openpyxl==2.4.4
wxPython==4.0.0b2
numpy==1.13.1
scipy==0.19.1

Be careful that numpy, scipy and wxPython versions are subject to changes as those are still in development.

Tasks

  • Build a model structure
  • Translate load-flow algorithm from Matlab to Python
  • Build a basis for implementing a Graphical User Inteface
  • Finish the GUI

Documentation cant be found here: http://low-voltage-tool.readthedocs.io/en/docs/

Contribute

On Windows

  1. Install virtualenv globally pip install virtualenv
  2. Create a virtual environment for this project and then activate it.
  3. Install the requirements.
  4. run pip install -r requirements-win.txt
  5. Install the dependencies except Numpy and Scipy.
  6. Download numpy+mkl (Choose depending on your platform).
  7. Download scipy (Choose depending on your platform).
  8. Install them pip install numpy*.whl && pip install scipy*.whl

On Debian

  1. Before installing the requirements, I suggest to use (if you don't use it yet) virtualenvwrapper
  2. Install the requirements for debian: pip install -r requirements-debian.txt
  3. Install wxPython: pip install -U --pre
    -f https://wxpython.org/Phoenix/snapshot-builds/linux/gtk3/ubuntu-16.04
    wxPython
  4. You're now good to go. N.B.: The projet uses some libraries that depends on Windows. It should behave differently on a Linux distribution (or some features will just be missing).

lowvoltagetool-final's People

Contributors

yoiro avatar

Watchers

James Cloos avatar

Forkers

zdegreve

lowvoltagetool-final's Issues

Drawing a Circle

The circle does not print on the FloatCanvas when clicking on it. We need to draw one

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.