Skip to content

Banhawy/Classic_Tomatoes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Tomatoes

Classic Tomatoes is a website built with python that displays a list of movies or TV shows on a single page as clickable tiles. Clicking a movie would show you some info and automatically plays a youtube trailer of that movie.

View Demo

Installation

This app was developed and tested with python 2.7.10. Python must be installed to build the website.

Installing and running Classic Tomatoes is very simple and can be done in 3 steps:

  1. Clone or fork the github repository
  2. cd into the Classic_Tomatoes directory on your machine 3.Use python to run the script entertainment_center.py
$ cd Classic_Tomatoes
$ python entertainment_center.py

That's it! A webbrowser should be launched and it should display a Classic Tomatoes website template.

Usage

If you want to custumize the movies displaying on the web page, you can do so by editing the entertainment_center.py file.

To add/remove a movie from web page, edit the movie_list list variable to include your desired movie selection. Then run python entertainment_center.py again to see your changes.

***Note

If one or more movies you entered in the list does not have a trailer link in the database, the terminal will display a message indicating which movie(s) needs their trailers entered manually. You can do so in the rendered html document. A placeholder 'Coming Soon' video will be placed on the webpage until you do so.

Todos

  • Add tile animations
  • Add TV shows section
This project is based on original starter code by adarsh0806

License

MIT

About

Starter Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.1%
  • Python 30.9%