mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-03-01 03:18:42 +00:00
Update and rename calender.py to calendar.py
This commit is contained in:
parent
9427db2b48
commit
2657406132
@ -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()
|
Loading…
x
Reference in New Issue
Block a user