python-scripts/scripts/Calender
2022-10-09 20:52:59 +05:30
..
calender.py calender added 2022-10-09 20:52:59 +05:30
readme.txt calender added 2022-10-09 20:52:59 +05:30

###Calender App using Python
This is an simple calender gui using python.

#Steps:
*We will require tkinter and calender module.
*pip install tkinter
*pip install calendar module
*Run- python calender.py