We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44458b commit 1e7cb72Copy full SHA for 1e7cb72
calendar_display/README.md
@@ -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