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.
- A Text Editor like Sublime or Atom or anything which you are already familiar.
- Python installed in the your system.
First Check that all the following files in the folder.
- media.py
- entertainment_center.py
- fresh_tomatoes.py
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.
The content of this repository is licensed under a Creative Commons Attribution License.
- 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.