Update and rename readme.txt to readme.md

This commit is contained in:
dumbprogrammer 2022-12-23 23:02:17 -06:00 committed by GitHub
parent 4c48d5ef59
commit 9427db2b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -0,0 +1,8 @@
### 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

View File

@ -1,8 +0,0 @@
###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