Skip to main content

This engineering tool lib

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

engineering_tool-0.0.2.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

engineering_tool-0.0.2-py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page