Skip to content

IrinaSerova/JustMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Trailer Website

A Movie Trailer Website where users can watch the trailers of the best dramas that are between the today's date and the date as of 3 years ago. picture

Primary Objectives

  • Dynamically generated from a Python data structure.
  • Page presents movie title, box art and trailer link.
  • Use an API to automatically get movie data.
  • Website renders properly and shows at least 6 movies.
  • Make Python file open error-free.

What's included

Excluding this README.md file there are three python files:

  • start.py - The main entry to the program. Builds the movie list and calls the method to generate the web page.
  • just_movies.py - Wweb page generator.
  • media.py - Contains the class that provides the data structure to hold movie information.

A fourth file, just_movies.html, will be generated when you run the program as described above. This file is the actual web page you would see in your browser.

Extras

This project uses Python to query The Movie Database API for best dramas. The Bootstrap 4 is used for basic styling.

About

Simple Python Movie Trailer Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages