python-scripts/scripts/Calender/readme.txt

8 lines
203 B
Plaintext
Raw Normal View History

2022-10-09 15:22:59 +00:00
###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