- Install the Python Imaging Library(PIL) using the appropriate version of pip for your Python installation
pip install Pillow
- Change the the background image variable on line 55
background_image = ImageTk.PhotoImage(Image.open("modern.png"))
pip install Pillow
background_image = ImageTk.PhotoImage(Image.open("modern.png"))