/udacity_1

This is the server-side code to store a list of favorite movies, including box art imagery and a movie trailer URL.

Primary LanguagePythonMIT LicenseMIT

Movie trailer website.

This is a collection movies website that includes box art imagery and a movie trailer URL. Here We have use python code to generate a static web page, which allow visitors browse their movies and watch the trailers.

Prerequisites

  • A Text Editor like Sublime or Atom or anything which you are already familiar.
  • Python installed in the your system.

Installing

First Check that all the following files in the folder.

  • media.py
  • entertainment_center.py
  • fresh_tomatoes.py

Deployment

Once you are in the folder directory. You can type in your code editor or in the terminal and execute the files.

open terminal on mac

after then change the working directory to the folder

then Run

python entertainment_center.py

and volva it with pop up the web page, and generate the website.

License

The content of this repository is licensed under a Creative Commons Attribution License.

Acknowledgments

  • This Project is a part of Machine Learning Foundation Nanodegree by Udacity.
  • This will also helps in establishing foundation in core programming concepts using Python.