File tree Expand file tree Collapse file tree
snippets/celestial_events_calendar Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Celestial Events Calendar
2+
3+ ## Description
4+ A Python script that displays upcoming celestial events such as eclipses, meteor showers, and planetary alignments from a curated static dataset.
5+
6+ ## Features
7+ - Lists upcoming celestial events with dates and descriptions
8+ - Filters events by type (eclipses, meteor showers, planetary alignments)
9+ - Shows events within a specified date range
10+ - Displays event visibility information
11+
12+ ## Usage
13+ ``` python
14+ python celestial_events_calendar.py
15+ ```
16+
17+ ## Example Output
18+ ```
19+ === Upcoming Celestial Events ===
20+
21+ 2025-10-25 | Partial Solar Eclipse | Visible in North America
22+ 2025-11-17 | Leonids Meteor Shower | Peak viewing after midnight
23+ 2025-12-15 | Geminids Meteor Shower | Best meteor shower of the year
24+ ```
25+
26+ ## Requirements
27+ - Python 3.6+
28+ - datetime (standard library)
29+
30+ ## Author
31+ Created for issue #618
You can’t perform that action at this time.
0 commit comments