A little background on the images. The images used in this exercise were taken from the MNIST Dataset. This database is used by many machine learning programs to train AI algorithms to recognize handwritten numerals.
Having trouble with space between your Image Elements? Set the padding to (0,0) for your Image elements so that the images are flush
Use f-strings as a quick way to format the time
Get the current datetime: `now = datetime.datetime.now()
To format in HH:MM:SS, use this f-string: f'{now:%I}:{now:%M}:{now:%S}'
To make a right click menu that has only exit, you can use the pre-defined right click menu sg.MENU_RIGHT_CLICK_EXIT. Set your Window parameter right_click_menu to this value
You will need 8 Image elements in order to display HH:MM:SS