VedAstro / VedAstro.Python

A Python Libray for Vedic Astrology calculations.
https://vedastro.org
MIT License
22 stars 18 forks source link

Python Package Index - PyPI.org #3

Closed sengiv closed 1 year ago

sengiv commented 1 year ago
from VedAstro import Calculator

Calculator.GetMatchScore("Newton","Margret")

# Output: Score 53%

Internals: The Python package is only a wrapper using Python.NET. Each method in this package just points to the underlying methods in Library

sengiv commented 1 year ago

completed by @TharakaUmayanga

https://pypi.org/project/vedastro/

https://github.com/VedAstro/VedAstro.Python