Skip to content

nimitbhargava/movie-trailer-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Trailer Website

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.

Run

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.

Add new movies

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

About

Collection of my all time favourite movies :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages