You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The movie trailer website project is solely used to implement the Object Oriented Concepts in Python.
Using Classes we create different instances/objects of different Genres of movies.
The Python input is dynamically given to create a movie block in the website which will display the trailer of the movie
on click.
Here each movie is an object of the class Movie() which will initialize its instance variables.
RUNNING DOCUMENTATION LOCALLY
step1: If necessary ,Install Python version 3.7(64 bit) or Python 2.7 can also be used.
step2: Run the file [entertainment_center.py] .The successful execution will open the movie trailer website in your browser.
step3: After the website opens in your browser click on the genres(Animation,horror etc) of movie trailer you want to watch.
step4: You will see all the genres of movie objects that was created in the entertainment_center.py displayed inside respective webpages (eg. fresh_tomatoes_action.html,fresh_tomatoes_thriller.html etc)
WHAT'S INCLUDED
within the download you'll find the following files:
media.py
entertainment_center.py
fresh_tomatoes.py
README.txt
webpages folder(contains all the website related files.)
DOCUMENTATION
This MovieTrailerWebsite documentation, included in this repo in the root directory, is built with Python version 3.7.2(64 bit)
The docs may also be run locally.
BUGS AND FEATURE REQUESTS
CREATOR
Ayswarya
NOTE: Please read the readme.txt file to know more about this project.