i need help with my python homework 4

This homework asks you to rebuild the album editor for Tk. The GUI (graphical user interface) will allow a user to click an album to update. The user can change the album title and year. Another button allows creating new albums.

Your code does not need to use pickle to open/save the album data; just make a simple starting list of a couple albums (a list of dictionaries, as before).

Refer to this video and the Tkinter book.

Here is the layout you should recreate: