Devlog #02 - progress starts to be really visible ʕ•ᴥ•ʔ
Here is what I have done so far:
-
Expanded constellations.py with the remaining entries.
-
The database now contains 30 constellations, each with:
- Name
- Common name
- Hemisphere
- Best Months Visibility
- Brightest star
- Stars
- Connections between them
CLI Improvements
Finished the list command using Rich library.
Added:
- Two-column constellation table
- Cleaner terminal output
- Better readability
Implemented rand command.
It now:
- Picks a random constellation
- Displays full information in a Rich table
- Shows stars and connections
Current Progress
Completed:
- Typer CLI foundation
- Logo command
- Version command
- List command
- Random constellation viewer
- Initial constellation database
Next: I am not sure yet, but probably Skyfield lib integration and astronomy engine.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.