Create your own website to show movie trailers to your friends.
To open the default fresh-tomatoes movie trailer website just double-click on the fresh_tomatoes.html file. To download a web-browser click here.
To download python click here.
To download a text-editor Sublime Text. You can also use other editor of your choice.
To introduce new movies in your website just create new instance of that movie in entertainment_center.py providing the required details.
Add this newly created instance to list MOVIES of same file.
Open cmd and run python entertainment_center.py
Specify the path of python if it's not global environment path.
To know more about environment variable click here