Skip to content

pinyoothotaboot/engineering_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages