Skip to content

Rebecasarai/Python-Movie-Trailer-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Movie Trailer Website

N|Solid

Movie trailer website project, part of the Udacity Full Stack Web Developer Nanodegree.

What it is and does

A Python program that produces the HTML for a movie website that displays a number of movies. Click on a movie poster to play its trailer. Required Libraries and Dependencies. In this one, those are all about entrepeneurship.

Python 2.x is required to run this project. The Python executable should be in your default path, which the Python installer should have set.

Project contents

This project consists for the following files:

  • entertainment_center.py - main Python script to run
  • media.py - contains the class Movie that stores movie details
  • fresh_tomatoes.py - creates the HTML file for the website (Udacity supplied)

How to Run Project

Download the project zip file to you computer and unzip the file. Or clone this repository to your desktop.

Open the text-based interface for your operating system (e.g. the terminal window in Linux, the command prompt in Windows).

Navigate to the project directory and type in the following command:

python entertainment_center.py

Your default browser should launch a new tab displaying the movie trailer website.

About

Movie trailer website project, part of the Udacity Full Stack Web Developer Nanodegree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages