INNER CODE UNIT · Python

main

g-battaglia/kerykeion · workspace/main.py:17

def main() -> None:
    """
    Quick example: Create a natal chart and print some basic information.

    Modify this function to suit your needs!
    """

    # Create an astrological subject
    # Replace with your own birth data or use this as a template
    subject = AstrologicalSubjectFactory.from_birth_data(
        name="Example Person",
        year=1990,
        month=1,
        day=1,
        hour=12,
        minute=0,
        lng=-0.1276,  # London coordinates
        lat=51.5072,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…