This is a collection of my favorite movies that I like to watch anytime presented through a static web page. The movies are stored as Python dict inside entertainment_center.py file.
To run the project (generate static HTML web page), we will need to follow the below steps -
- Clone the project to your local directory
git checkout master
on your command prompt / terminal if not on master branch.- Open the command prompt / terminal, and make sure command prompt / terminal path is the project location
- To generate the static HTML file with the favorite movies listed, enter
python entertainment_center.py
in your command prompt / terminal.
You can fork this repo and add your favorite movies!
- Open entertainment_center.py in your Code Editor.
- All the movies are saved under a variable movie_details
- Inside movie_details variable, you can add/remove movies of your choices