Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 596 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 596 Bytes

Entertainment Center

This repo contains files necessary to generate a movie trailer website from a list of movie titles with IMDb information.

Running

To run this project, use the entertainment_center.py as follows:

python entertainment_center.py -f PATH_TO_JSON_FILE

where PATH_TO_JSON_FILE is the path to the json file containing a JSON array of movie data (see movielist_data.json for an example). If no file is specified, movielist_data.json itself is used.

Dependencies

The project has no dependencies outside of packages included with a standard python distribution