/circle_diagram

A PyQt5 app for drawing circle diagram of induction motor based on data.

Primary LanguagePythonMIT LicenseMIT

Induction Motor Circle Diagram Project

How to contribute:

  • 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.

How to use:

  • 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.

About the project

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.

Tech

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.

To Dos

  • Create a setup file for the project.

Contributors

Versions:

  • 1.0 - Only added basic functionalities, need to fix some diagram parameters.
  • 1.0.1 - Added more calculated parameters in the circle diagram.

License

MIT

Free Software, Hell Yeah!