Skip to content

Commit 7ffe95d

Browse files
update README.md
1 parent b5280f0 commit 7ffe95d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Calendar GUI/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Calendar GUI
2+
3+
Using this code you will be able to create a Calendar GUI where calendar of a specific year apears .The year is specified by the user.
4+
5+
## Dependencies
6+
You will use `Tkinter` and `calendar` python module .
7+
8+
## Sample Output
9+
On running `Calendar_gui.py`.
10+
11+
[![Input-Calendar.png](https://i.postimg.cc/XvWkzGgK/Input-Calendar.png)](https://postimg.cc/rDh4dp3z)
12+
13+
14+
[![Calendar-for-the-year.png](https://i.postimg.cc/5yDwq60C/Calendar-for-the-year.png)](https://postimg.cc/LgBYm4j9)
15+
16+
17+
## Author
18+
[Aishwarya Chand](https://github.com/aishwaryachand)
19+

0 commit comments

Comments
 (0)