Skip to content

How to calculate transits? #76

Answered by g-battaglia
jonx18 asked this question in Q&A
Aug 10, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @jonx18 ,
here's an example for the transit of the current day:

from kerykeion import AstrologicalSubject, KerykeionChartSVG

subject = AstrologicalSubject("Kanye", 1977, 6, 8, 8, 45, "Atlanta", "USA")

# Astrological Subject for the current day
transit_day = AstrologicalSubject()

transit_chart = KerykeionChartSVG(subject, "Transit", transit_day)

transit_chart.makeSVG()

Please note that if you initialize an AstrologicalSubject without parameters, it is set to the current day.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jonx18
Comment options

@obertetti
Comment options

Answer selected by g-battaglia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants