Calculator for electrical wiring and circuits
- Source Code: https://github.com/mindpowered/electrical-calculator-python
- Documentation: https://mindpowered.github.io/electrical-calculator-python
- Requires Python 3.x. Due to security fixes and new features Python 3.7 or later is recommended.
- pip
Third-party dependencies may have additional requirements.
You can retrieve the electricalc package from the Python Package Index https://pypi.org/ using pip. First make sure you have python3 and python3-pip installed. Then you can start by making a requirements.txt file in your working directory with the electricalc requirement in it. You can add any other packages to your requirements here, each as a separate line.
requirements.txt:
mindpowered-electricalc>0
Now you can use pip to install the electricalc package: python3 -m pip install -r requirements.txt
If you would like to update the package, simply run the above command again.
We are here to support using this package. If it doesn't do what you're looking for, isn't working, or you just need help, please Contact us.
There is also a public Issue Tracker available for this package.
This package is released under the MIT License.