Project Movie Trailer Website is a part of the Udacity Full Stack Web Developer Nanodegree.
The project consist of the following files:
- media.py : the Movie Class that will construct an object to store all information from movie
- entertainment_center.py : a collection of information about all movies
- fresh_tomatoes.py : generate a movie webiste to be displayed in a webbrowswer
- Python 2.x is required to run this project. To download, please click here
- Download the project zip file to you computer and unzip the file. Or clone this repository to your desktop.
- Open your computer browser, navigate to the project directory and type in the following command
python entertainment_center.py- If the project compiles successfully, a file name Ryan Phan Movie Trailer.html will be generated. In addition, the defaul webbrowswer should launch a new tab display the movie trailer website
This README document is based on a template suggested by PhilipCoach in this Udacity forum post