mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-27 22:11:10 +00:00
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
|
###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
|