Skip to content

Server-side code written in Python to store a list of my favorite movies, including box art imagery and a movie trailer URL. This data is then served to a web page using HTML and CSS allowing visitors to review these movies and watch the trailers.

Notifications You must be signed in to change notification settings

bobby-newton/MovieTrailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Author: Bobby Newton Date: Sep.9.17

This app creates an HTML webpage with movie trailers which are added to the entertainment.py file.

To use this app, you can run or edit your favourite movies in entertainment.py. entertainment.py uses the class Movies in media.py to create the movies objects.

The main.py file receives data from the entertainment.py as a list and creates the HTML file with movies titles, story line, poster and the link to the movie trailers.

To run the app, use the line below on the python console:

python entertainment.py

About

Server-side code written in Python to store a list of my favorite movies, including box art imagery and a movie trailer URL. This data is then served to a web page using HTML and CSS allowing visitors to review these movies and watch the trailers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages