- Fork the repo.
- Create a branch with name of the feature/bug, eg: make a branch for feature foo as foo.
- Create a pull request.
- Download the code.
- Install all packages mentioned in requirements.txt file.
- Then run the run.py file in the terminal, for windows : python run.py.
This is GUI-based project which takes the parameters of induction motor and draws its circle diagram.
The objectives of this project:
- To produce an image of circle diagram based on the input provided by user.
The libraries and frameworks used in this project till now are:
- NumPy - Awesome mathematical library for python
- Matplotlib - For data visualization.
- PyQt5 - Python library for making interactive GUI applications.
- Create a setup file for the project.
- 1.0 - Only added basic functionalities, need to fix some diagram parameters.
- 1.0.1 - Added more calculated parameters in the circle diagram.
MIT
Free Software, Hell Yeah!