A utility Python library
Project description
ElectroPython V1.0
Easy to use library that can handle Electronic Calculations. Resistor values, Current, voltage and many more calculations included all-in-one package with Basic and Advaced electronic calculations
A Simple and Lightweight library that helps you to do calculations with Electronics.
Features
-
Resistor series - parallel, resistance calculations
-
ADC - DAC calculations
-
Time and Frequancy calculations
-
Easy to Use Functions
-
Built for Electronics Calculations
Installation
Install it via pip:
pip install electropython
Usage
from electropython import *
Example usage
value = Basic.LED.voltage_drop_across_series(5,2)
print(value)
Examples
Example 1: Calculate resistance with V and I:
.Basic.resistance(5,2)
Example 2: Calculate LED power dissapation with ILED and R:
Basic.LED.led_pow_diss_resistor(0.02,5)
License
This project is licensed under the MIT License – see the [LICENSE](./LICENSE) file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file electropython-1.0.tar.gz.
File metadata
- Download URL: electropython-1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7da1a47ffe62ac0474d2b63f01a9c1a83f39d774c19d7db1728d721547f8029
|
|
| MD5 |
aa96d1425cec544b10597c690a2d500b
|
|
| BLAKE2b-256 |
3bd3a34c9690309d8640afcd2734f168284d1102b076e0715b718ef4411027d1
|
File details
Details for the file electropython-1.0-py3-none-any.whl.
File metadata
- Download URL: electropython-1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba8f2fb21497917502e06d0f2c822869097273e5540c9541d92843fd72e0a4d6
|
|
| MD5 |
2d2d6c273019879712fa49df39776ed4
|
|
| BLAKE2b-256 |
5d4dcf18077acf040caf7b69d47e34d1823c70532f98fc62ce10d1cde50e4d91
|