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. )
Use pip to install pyvect.
pip install pyvect
If the above command doesn't work, then use the following command
pip3 install pyvect
import pyvect
Click here to view the documentation
Leave a message here