A website generator that generates the posters and youtube trailers of your favorite movies.
Open entertainment_center.py
file and add the OMBDb API key on line number 9.
OMDBapikey = "" # Add your api key in between the quotes
youtubeAPIkey = "" # Add your youtube api key in between the quotes
names
array write your list of favorite movies in an Comma Seperated way.
For example
names = ["forrest gump","Avengers","avatar","inception","fight club","the matrix"]
python entertainment_center.py
index.html
file is generated in the same folder after successful execution of command.entertainment_center.py
: It contains the main code that calls the APIs and does the instantiations and website build.media.py
: Enables us to create Movie
objects.fresh_tomatoes.py
: Takes in a list of Movie
objects, and returns a beautiful HTML webpage with the specified movies.