This is a Tkinter based GUI python app that shows the yearly calendar for the provided year.
To run the python script, you will need to install the Tkinter package using pip, as shown below:
$ pip install tk
If you don't want to install the package, and are on windows, you can directly open the .exe
as well.