This project involves making a dynamic website using python data structures. You will find the list of my favorite movies in the dynamic website created by Python script.
- Download or clone this repo.
- Delete Crisp_tomatoes.html (You will be creating your own in the next step. This is just to show output.)
- Run
python entertainment_center.py
if you have python installed on your device (if not, check Prerequisites). - You will be opened with a webpage which is dynamically created using python scripts.
- Python 2.x.x, if not installed on your system, Install python You should have Python and a Web browser(Google Chrome) installed on your computer before running this project.
1. media.py: This file has class Movie defined inside it, which will be used to make instances and populate the webpage later.
2. entertainment_center_py: This file has the data for all the movies and will pass the list of Movie instances to Crsip_tomatoes.py to populate the page with the data.
3. crisp_tomatoes: This file has all the HTML and CSS. This is the main file responsible for webpage creation with the data sent by enterainment_center.py. This file will create and open a Crisp_tomatoes.html in your browser(in case it doesn't open webpage, use a browser to open Crsip_tomatoes.html), which will be the final output of this project.
- Hat tip to anyone who helped me.