I need to make a program in python 3.x with tkinter, that will make a calendar appear on the top of the screen that will change every single week. I'm a little lost on where to start (the solution likely incorporates datetime import) but I don't know how to make it update every week. If anyone has any tips on where to start that'd be great.
Thanks in advance!