Go to file
type-two 338614ee06 Aspect patterns + click-info interactivity
- detect_patterns(): stelliums, grand trines, kites, T-squares, grand
  crosses, mystic rectangles, yods — with element/mode/apex flavor
- Patterns panel on the Wheel tab: hover/click highlights the
  configuration on the wheel (gold overlay, other aspect lines dimmed)
  and pops an explainer
- Click-info popovers everywhere: planet glyphs (position, house,
  dignities, interpretation, its aspects), aspect lines, natal and
  synastry grid cells (with harmony score), biwheel glyphs attribute
  to the right person's chart
- Patterns section added to the written report; annotate_chart() ships
  popover text with the chart JSON

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-09-01 13:45:09 +10:00
ephe NATEGODD: Swiss Ephemeris natal chart generator 2026-08-30 19:52:08 +10:00
static Aspect patterns + click-info interactivity 2026-09-01 13:45:09 +10:00
.gitignore NATEGODD: Swiss Ephemeris natal chart generator 2026-08-30 19:52:08 +10:00
app.py Aspect patterns + click-info interactivity 2026-09-01 13:45:09 +10:00
chart.py Aspect patterns + click-info interactivity 2026-09-01 13:45:09 +10:00
geo.py NATEGODD: Swiss Ephemeris natal chart generator 2026-08-30 19:52:08 +10:00
interp.py Aspect patterns + click-info interactivity 2026-09-01 13:45:09 +10:00
README.md Synastry, exports, aspect education 2026-08-30 20:23:19 +10:00
requirements.txt NATEGODD: Swiss Ephemeris natal chart generator 2026-08-30 19:52:08 +10:00

NATEGODD

Natal chart generator in the spirit of the great 90s desktop astrology programs (Win*Star / Solar Fire era) — full detail, real ephemeris, written report.

What it does

  • Swiss Ephemeris computation (bundled ephe/ files, valid 18002400 AD): SunPluto, Chiron, Ceres, Pallas, Juno, Vesta, True North/South Node, Mean Lilith, Part of Fortune, Vertex, ASC/MC/DSC/IC.
  • Historical time atlas: offline city search (25k cities via geonamescache), timezonefinder + IANA tzdata for correct historical offsets and DST (wartime double summer time and all). Manual lat/lon/offset override available.
  • 7 house systems: Placidus, Koch, Whole Sign, Equal, Porphyry, Campanus, Regiomontanus.
  • Aspects: 11 aspect types with per-body orbs, luminary bonus, applying/separating, triangular aspect grid, declination parallels/contraparallels.
  • Detail: retrogrades, essential dignities (domicile/exaltation/detriment/fall), element/modality/polarity balances, day/night sect, moon phase + illumination.
  • Interpretation report: hand-written Big Three texts (Sun/Moon/Rising × 12) plus a keyword-synthesis engine for every planet-in-sign, planet-in-house and aspect. Printable.
  • Time unknown mode: casts a noon solar chart, drops houses/angles honestly.
  • SVG chart wheel (element-tinted zodiac ring, houses, aspect lines, collision-spread glyphs), saved charts in localStorage.
  • Synastry / compatibility: compare any two charts — weighted harmony/tension scoring, biwheel (partner's planets overlaid in your houses), inter-aspect grid, house overlays, and a written compatibility report.
  • Export: chart as re-loadable .json file, wheel as SVG or PNG, any report via print → PDF. 📂 Load file re-imports an exported chart.
  • Aspect reference: every aspect type explained (geometry, orb, feel) in the Aspects tab, plus pair-specific interpretation notes for 30+ classic planet pairs.

Run

python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/python app.py

Open http://localhost:7799.

Layout

  • chart.py — ephemeris computation engine
  • geo.py — city search + historical timezone resolution
  • interp.py — interpretation texts + synthesis engine
  • app.py — Flask server (/api/search, /api/chart)
  • static/ — single-page frontend (vanilla JS, SVG wheel)
  • ephe/ — Swiss Ephemeris data files (sepl/semo/seas 18002400)

Ephemeris data files are from the official Swiss Ephemeris distribution (AGPL, astro.com / github.com/aloistr/swisseph).