Update and rename calender.py to calendar.py

This commit is contained in:
dumbprogrammer 2022-12-23 23:02:57 -06:00 committed by GitHub
parent 9427db2b48
commit 2657406132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ from PIL import ImageTk, Image
import calendar
root = tk.Tk()
root.geometry('400x300')
root.title('Calender-Techarge')
root.title('Calendar-Techarge')
root.iconbitmap("calender-ico.ico")
@ -53,4 +53,4 @@ clear.place(x=200,y=250)
exit = Button(root,text="Exit",font=('verdana',10,'bold'),relief=RIDGE,borderwidth=2,command=exit)
exit.place(x=260,y=250)
root.mainloop()
root.mainloop()