g-battaglia / kerykeion

Data driven Astrology 💫
Kerykeion is a python library for astrology. It can generate SVG charts and extract all data about a birthchart, a synastry chart and a transit chart.
https://kerykeion.net
GNU Affero General Public License v3.0
298 stars 103 forks source link

Another option ? #49

Closed joulethieff closed 1 year ago

joulethieff commented 1 year ago

I would like to have the following options.

sidereal zodiac, tropical zodiac option house system (koch regiomontanus) option

g-battaglia commented 1 year ago

Hi, sidereal and tropical options are already available, you just need to add the kwarg zodiac_type, eg:

test = KrInstance("Kanye", 1977, 6, 8, 8, 45, "Milano", zodiac_type="Sidereal")

I'm currently working on the versione 4 of kr, which will include also new options of house systems and new celestial objects (Chiron and others).

joulethieff commented 1 year ago

I'll keep studying. Thank you very much.

-----Original Message----- From: "Giacomo @.> To: @.>; Cc: @.>; @.>; Sent: 2023-01-09 (ì›”) 04:50:44 (GMT+09:00) Subject: Re: [g-battaglia/kerykeion] Another option ? (Issue #49)

Hi, sidereal and tropical options are already available, you just need to add the kwarg zodiac_type, eg: test = KrInstance("Kanye", 1977, 6, 8, 8, 45, "Milano", zodiac_type="Sidereal") I'm currently working on the versione 4 of kr, which will include also new options of house systems and new celestial objects (Chiron and others). — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

g-battaglia commented 1 year ago

You're welcome, I have in plan to write down a detailed documentation for kerykeion, but the time is always less than what I would like to have. In the next month I surly will do it thought!