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.
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.
-
Python 2.7.13 installed. To download - go to Python.org.
-
Firefox or Google Chrome browser installed.
Download Movie-Trailer-Website.
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.
This project is licensed under the GNU General Public License. See the LICENSE.md for details.