From e34413b206d87e80e8d3df59c25d2a76d2d19aa5 Mon Sep 17 00:00:00 2001 From: Corbin Buckley Date: Wed, 24 May 2017 16:11:04 -0600 Subject: [PATCH] Add Read me The instructions for running the code --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36ae53b62..c0dffa53f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# ud036_StarterCode -Source code for a Movie Trailer website. +# Fresh tomatos movie trailers +## To run +Run the entertainment_center.py in python. +### You will need +* media.py +* fresh_tomatoes.py + +## Source code for a Movie Trailer website. +* You run the code with python +* A website opens up with 6 moive posters +* Clicking on the poster will open up a trailer. + +## fresh_tomatoes.py +The fresh_tomatoes.py module has a function called open_movies_page that takes in one argument, which is a list of movies, and creates an HTML file which will display all of your favorite movies. + + +