VedAstro / VedAstro.Python

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

For generating All Charts #14

Open raj2024-05 opened 5 months ago

raj2024-05 commented 5 months ago

Sir Can anyone help me to Generate South Indian Birth Chart and All other Charts with Planates position and Vimsottai Dasa Please give code for above details

sengiv commented 5 months ago

did you try the API builder? image

sengiv commented 5 months ago

@raj2024-05 if i were you I'd just use the simple API URL....instead of running own Python server. Why? because all calculations contact VedAstro's live API servers...even python pip install when doing Timezone validation will auto contact Vedastro.org so in conclusion....you're always using API server, so why not just call URL directly? https://vedastroapi.azurewebsites.net/api/Calculate/SouthIndianChart/Location/Singapore/Time/00:00/02/04/2024/+08:00

raj2024-05 commented 5 months ago

Sir I am new to coding, now I am learning Python. I wish to run Astrology codes in my own Computer.

sengiv commented 5 months ago

Sure you can, but there is not much examples in this repo. Please also feel free to add sample or demo code to this repo as you go along.