Website plays the Movie Trailers on clicking the posters
- Should have version of python 2.7 or above , Installed in computer (Download Python)
- Should have a updated and fully functioning Web browser . (Any common Web browser such as Chrome , Mozilla , Safari , Internet Explorer , Opera will work)
- Open the Github Repository : Movie Trailer Website
- Click on the Clone or Download button on the right side .
- Click on Download ZIP option
- Check you Downloads to find the Zip file in your computer.
- Extract the Zip file using WinRAR .
- Click on Start Menu to find IDLE Python Shell and Open it.
- Click on File --> Open option in the upper menu
- Find and Open the folder Movie-Trailer-Website which was just extracted .
- Click on the movie_center.py file in the Folder .
- movie_center.py will open in Python Shell .
- Run the File by pressing F5 or Clickning the Run option in the Menu above .
- Browser will automatically open a Marvellous titled website
- Click on any poster image of the Movie.
- Youtube Trailer will open on the same page
- Click close to Close the Trailer
- Github Repositories : Movie Trailer Website
- Python 2.7 - server-side code
- HTML - defining structure and layout of a Website
- CSS - designing the Website
- JavaScript - client side scripting
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thanks Udacity, for developing the course and helping to built my First Project