Skip to content

jonasguan/FSND-movie-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSND P0: Movie Trailer Website

This is a movie trailer website written in python. It contains 4 components:

  • media.py: module containing class information for class Movie
  • entertainment_center.py: module containing information of each movie presented on the website, stored as Movie objects
  • fresh_tomatoes.py: script provided by Udacity to generate an HTML page to display movie information
  • runme.py: script to generate an HTML page using fresh_tomatoes.py based on Movie objects in entertainment_center.py

Usage

To generate and view my website, run python runme.py from the project directory. An html page, fresh_tomatoes.html, will be created in the current directory and automatically opened by the browser.

About

Udacity FSND movie trailer website project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages