Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.14 KB

Pyvect

Pyvect (or) Python Vector is an open source python module which is created for the purpose of simplifying most of the popular vector algebra calculations from basic angle between vectors, projection of one vector over the other to some higher vector calculations like finding the area, distance, volume and centroid of various popular vector shapes and much more.

( Currently working under independency in code and will be updated in PyPi soon. )

Developed by:

Installation:

Use pip to install pyvect.

pip install pyvect

If the above command doesn't work, then use the following command

pip3 install pyvect

Importing pyvect to your program:

import pyvect

Documentation:

Click here to view the documentation

License:

MIT

Any bugs/suggestions:

Leave a message here