Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 264 Bytes

File metadata and controls

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