VedAstro.Python
VedAstro.Python copied to clipboard
A Python Libray for Vedic Astrology calculations.
need to recheck longitude and latitude variables
The VedAstro.Python package has a strict Python version requirement that limits its usability. Currently, the package requires Python 3.13.2 specifically, which prevents users with other Python versions (including many stable...
> ``` > from vedastro import * > > # Prepare random birth and end times > geolocation = GeoLocation("London, UK", -0.1276, 51.5074) > birth_time = Time("14:25 15/03/1995 +00:00", geolocation)...