cseHdz / MovieTrailer

Fundamental of Programming Project 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Trailer

This project is part of Udacity's Course: Fundamentals of Programming Project 1

Overview

This project displays a set of movies using the Python file fresh_tomatoes.py

How to run

Download the files below from this GitHub repository and place them on the same folder.

  • entertainment_center.py
  • media.py
  • fresh_tomatoes.py

Run entertainment_center.py using Python 2.7 IDLE

Code Details

The entertainment center uses the fresh_tomatoes.py file to create an HTML website based on a list of objects of the Movie class. The Movie class is contained within the media.py file

About

Fundamental of Programming Project 1


Languages

Language:Python 62.9%Language:HTML 37.1%