mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-02-12 03:18:13 +00:00
9 lines
202 B
Markdown
9 lines
202 B
Markdown
### Calendar App using Python
|
|
This is a simple calendar gui using python.
|
|
|
|
# Steps:
|
|
*We will require the tkinter and calendar module.
|
|
*pip install tkinter
|
|
*pip install calendar
|
|
*Run- python calendar.py
|