Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 832 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 832 Bytes

movie_trailer_website

A python script that generates a static website with your favorite movies.

Requirements

Install python version 2.7.14. In this application we'll use "tmdbsimple" wrapper to get the movies data. First let's install it by typing: pip install tmdbsimple

Visit The movie database website and register a new account. Login to your account. Choose settings from the dorp down menu on the right, then choose API on the left sidebar. Copy API Key and paste it in config.ini in API_KEY.

How to use

  • Open terminal and type git clone https://github.com/Kamelz/movie_trailer_website.git
  • visit movie_trailer_website directory cd movie_trailer_website
  • type python entertainment_center.py and enjoy.