Skip to content

Commit 2c49fb4

Browse files
Add README.md for Celestial Events Calendar (sumanth-0#618)
1 parent d109d1a commit 2c49fb4

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

0 commit comments

Comments
 (0)