Skip to content

Commit 1e7cb72

Browse files
author
Chloe White
committed
added README
1 parent f44458b commit 1e7cb72

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

calendar_display/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Calendar App
2+
3+
Simple GUI calendar application built with Python and Tkinter
4+
5+
## Features
6+
7+
- User-friendly interface
8+
- Displays full year calendar (placeholder)
9+
- Easy year input
10+
- Exit button
11+
12+
## How to Use
13+
14+
1. Run the application: `python calendar_app.py`
15+
2. Enter a year in the input field
16+
3. Click "Show Calendar" button
17+
4. A new window opens displaying the calendar (placeholder)
18+
5. Click "Exit" to close the application

0 commit comments

Comments
 (0)