Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 829 Bytes

File metadata and controls

32 lines (25 loc) · 829 Bytes

Engineering Tool

The tool is a physic formula for Engineering or Science : Python 3.6+.

Features

  • Area Formula
  • Volume Formula
  • Electric Formula
  • Pressure Formula
  • Temperature Formula

Setup

  • First : Check python version and PIP version
  • Second : Install lib engineering-tool
  • Third : Test lib in python shell

Example

from engineering_tool.electrics import Power
voltage = 15 # Volt
current = 2.5 # Amp
power = Power.VoltageAndCurrent(voltage,current)
print("Power is %.2f Watt"%power)

Documentation

The Engineering tool documentation is the best place to start.after that try opening an issue.