Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.55 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.55 KB

Movie Trailer Website

This project will generate a static web page that allows visitors to browse my favorite movies and watch the trailer for each. This is achieved with the use of server-side code that stores a list of my favorite movies and attributes of each such as movie title, box art or poster URL, and a YouTube link to the trailer.

Getting Started

In order to get a copy of the project up and running on your local machine for development and testing please see the instructions below.

Prerequisites

Installing

Download Movie-Trailer-Website.

Unit Testing

To test this code, run entertainment_center.py from an IDLE session. A browser window should pop up with the static web page of favorite movies.

To change any of the movies or their attributes, edit entertainment_center.py and change an instance of the class Movie to whatever you like. Remember to also change the name of the movie in the movie list.

License

This project is licensed under the GNU General Public License. See the LICENSE.md for details.