Skip to content

Commit ed7d509

Browse files
pljeroenclaude
andcommitted
feat: add tkinter GUI export tool for 9 constellation formats
Standalone graphical tool (humeris-gui) that exports constellations to CSV, GeoJSON, KML, Celestia, Stellarium, Blender, SpaceEngine, KSP, and Universe Sandbox. Default constellation loads on startup, optional CelesTrak live data. Background threading for exports and fetches. 31 new tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 150b96c commit ed7d509

File tree

3 files changed

+906
-0
lines changed

3 files changed

+906
-0
lines changed

packages/core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ live = ["sgp4>=2.22"]
2626

2727
[project.scripts]
2828
humeris = "humeris.cli:main"
29+
humeris-gui = "humeris.gui:main"
2930

3031
[tool.hatch.build.targets.wheel]
3132
packages = ["src/humeris"]

0 commit comments

Comments
 (0)