Skip to content

KnifeeOneOne/myFavoriteMovie

Repository files navigation

My Favorite Movie

These 3 python file can open a webpage about my favorite movie when running them

Downloading & Running

  1. First of all, you should install python in your computer
  2. Download the all files in one folder.
  • Open the entertainment_center.py file
  • Running the opened python file
  • Enjoy

File Doc

entertainment_center

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.

media

This is a class file, where I define a Movie class to store the arguments, such as title, storyline, poster_image, etc.

fresh_tomatoes

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages