The Movie Trailer Website project uses python to generate a list of movie tiles, along with its respective box art imagery and movie trailer.
app.py
creates a list of movies from movies.json
and saves the generated web page to index.html
. To view a live demo click here.
- Make sure you have python installed.
- Download or clone this project.
- Add your custom movies to
movies.json
- Use movies.json as reference. All fields are required.
- Run
app.py
to see your generate web page. - Show it off to your friends. ;)