This project will create a web page with a list of movies. Each movie will have it's cover, title, MPAA rating and synopsis. When clicked or tapped, the trailer for the movie will play in a lightbox.
- Unzip the contents of the directory
- Open a the directory in a terminal or command prompt
- Run
entertainment_center.py
to generate the landing page- The python script will create the landing page and open it in the browser
If you would like to change the movies on the list, you can edit the entertainment_center.py
file and update the media
array to contain individual film objects.