These 3 python file can open a webpage about my favorite movie when running them
- First of all, you should install python in your computer
- Download the all files in one folder.
- Open the
entertainment_center.pyfile - Running the opened python file
- Enjoy
This is a work file. I set the instance in this file and run some function from other 2 files. If you are familiar with C , this is the main file.
This is a class file, where I define a Movie class to store the arguments, such as title, storyline, poster_image, etc.
This is a file providing the function to transform the movie instance into HTML, so we can open it in the chrome. Thanks to the Udacity teacher Kunal providing such a powerful function, so I can finish my project fast. But I also realize that I should know more about HTML.