Skip to content

Commit 9c3ad13

Browse files
committed
updates
1 parent c7f06fd commit 9c3ad13

8 files changed

+8
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ print(json.dumps(allZodiacDataList, indent=4))
4545
**Step 3:** Done ✅
4646

4747
# 🧮 +400 Calculations
48-
![400-plus-calculation-python](https://github.com/user-attachments/assets/00ceda1c-df66-4877-a476-70a749953108)
48+
![400-plus-calculation-python](https://vedastro.org/images/400-plus-calculation-python.gif)
4949

5050

5151

demo_all_astro_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from vedastro import * # install via pip
22

33
# PART 0 : Set API key
4-
Calculate.SetAPIKey('FreeAPIUser') # unlimited use API key from "vedastro.org/Account"
4+
Calculate.SetAPIKey('FreeAPIUser') # unlimited speed API key from "vedastro.org/Account"
55

66
#PART 1 : PREPARE NEEDED DATA
77
#-----------------------------------

demo_all_astro_data_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import json
55

66
# PART 0 : Set API key
7-
Calculate.SetAPIKey('FreeAPIUser') # unlimited use API key from "vedastro.org/Account"
7+
Calculate.SetAPIKey('FreeAPIUser') # unlimited speed API key from "vedastro.org/Account"
88

99
# PART 1 : PREPARE NEEDED DATA
1010
# -----------------------------------

demo_bhava_chart_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# THIS DEMO CALCULATES DATA NEEDED TO MAKE BHAVA CHART
44

55
# PART 0 : Set API key
6-
Calculate.SetAPIKey('xxxxxxxxxxxxxxxxxx') # free API key from "vedastro.org/Account"
6+
Calculate.SetAPIKey('FreeAPIUser') # ⚡unlimited speed API key from "vedastro.org/Account"
77

88
#PART 1 : PREPARE NEEDED DATA
99
#-----------------------------------

demo_custom_ayanamsa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from vedastro import * # install via pip
22

33
# PART 0 : Set API key
4-
Calculate.SetAPIKey('FreeAPIUser') # unlimited use API key from "vedastro.org/Account"
4+
Calculate.SetAPIKey('FreeAPIUser') # unlimited speed API key from "vedastro.org/Account"
55

66
#PART 1 : PREPARE NEEDED DATA
77
#-----------------------------------

demo_horoscope_prediction_names.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from vedastro import * # install via pip
22

33
# PART 0 : Set API key
4-
Calculate.SetAPIKey('FreeAPIUser') # unlimited use API key from "vedastro.org/Account"
4+
Calculate.SetAPIKey('FreeAPIUser') # unlimited speed API key from "vedastro.org/Account"
55

66
# set location
77
geolocation = GeoLocation("Tokyo, Japan", 139.83, 35.65)

demo_match_checker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from vedastro import * # install via pip
22

33
# PART 0 : Set API key
4-
Calculate.SetAPIKey('FreeAPIUser') # unlimited use API key from "vedastro.org/Account"
4+
Calculate.SetAPIKey('FreeAPIUser') # unlimited speed API key from "vedastro.org/Account"
55

66
#PART 1 : PREPARE NEEDED DATA
77
#-----------------------------------

demo_vimshottari_dasa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from vedastro import * # install via pip
22

33
# PART 0 : Set API key
4-
Calculate.SetAPIKey('FreeAPIUser') # unlimited use API key from "vedastro.org/Account"
4+
Calculate.SetAPIKey('FreeAPIUser') # unlimited speed API key from "vedastro.org/Account"
55

66
# PART 1 : PREPARE NEEDED DATA
77
#-----------------------------------

0 commit comments

Comments
 (0)