Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsega/movie-trailer-website
Project 1, A Movie Trailer Website where users can see my favorite movies and watch the trailers.
https://github.com/tsega/movie-trailer-website
Last synced: about 2 months ago
JSON representation
Project 1, A Movie Trailer Website where users can see my favorite movies and watch the trailers.
- Host: GitHub
- URL: https://github.com/tsega/movie-trailer-website
- Owner: tsega
- Created: 2015-06-07T11:21:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T11:21:36.000Z (over 9 years ago)
- Last Synced: 2023-08-09T23:28:21.179Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P1 Movie Trailer
A Movie Trailer Website where users can see my favorite movies and watch the trailers.
# Quick Start- Download the code
- Extract compressed file
- Open terminal and cd to the extracted folder
- Run the application, `python entertainment_center.py`
- This will open up a page in your web browser
- Hover over the Movie Tile to view short Movie Storyline (my addition)
- Click on the Movie Tile to see youtube trailer# What's included
Excluding this `README.md` file there are three python files:
- **entertainment_center.py** - The main entry to the program. Builds the movie list and calls the method to generate
the web page.
- **fresh_tomatoes.py** - The provided web page generator. It takes in a list of movies and builds the `HTML` and opens up
your default browser to display the generated `HTML` page.
- **media.py** - Contains the class that provides the data structure to hold movie information.
A fourth file, `fresh_tomatoes.html`, will be generated when you run the program as described above.
This file is the actual web page you would see in your browser.# Creator
**Tsegaselassie Tadesse**
- http://twitter.com/tsegat
- http://github.com/tsega