Movie Trailer Web Site generates and displays an html page for browsing a pre-selected set of movies. These movies are stored in a Python class called Movie and are gathered into a list before being generated into HTML content.
Make sure you have a version of Python 2 installed.
git clone https://github.com/d0coat01/MovieWebSite/
cd MovieWebSite
python entertainment_center.py
- The
Movie
class is stored inmedia.py
- The list of
Movie
instances is stored inentertainment_center.py
fresh_tomatoes.open_movies_page(movies)
is found inentertainment_center.py
and is responsible for generating the html page of movie trailers.
I built this code off of Udacity's ud036_StarterCode repository.
MIT License 2018. This code may be shared, copied, and changed freely.