Movie Trailer Website is the first project built during completion of the Udacity's Nanodegree program [Full Stack Web Developer] (https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd004). To learn how it was built, check Programming Fooundations with Python.
Python 2.7
There are two download options available:
- Download ZIP file and extract
- clone the repo:
git clone https://github.com/mradenovic/movie-trailer-website.git
To run the code from the command line:
cd movie-trailer-website/movie_trailer_website
python entertainment_center.py
To run the code from from python code:
import movie_trailer_website
movie_trailer_website.open()