Skip to content

A movie trailer website, made for the Udacity FSWDN, with Python, HTML, and CSS. Web content is generated from a Python script.

License

Notifications You must be signed in to change notification settings

KayceP/Movie-Trailer-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Part of the Udacity Front-End Web Development Nanodegree

Developed for project 1 of 6 as part of the Udacity Front-End Web Developer Nanodegree.

Fresh Tomato.es - v0.1

Welcome to Fresh Tomato.es! With this program you can easily generate a list of your favorite movie trailers, and add or edit your own. The code is meant to be easy to understand, and very customizeable.

Getting started

To view the full rendered layout, with our built in sample trailers, extract all the files to a folder on your computer. Once extracted, run 'entertainment_center.py' to execute the code. A web page will open in your default browser, and you'll see our default picks!

Customization

To customize your own list of trailers, the only file you need to edit is 'entertainment_center.py'.

You can add your movies inside 'entertainment_center.py' with the following format:

movie_title = media.Movie("Movie Title",
                        "Summary",
                        "Direct link to poster",
                        "Direct link to trailer")

After adding any new movies, the last step is to add the variable for each entry, in this case 'movie_title' to the 'movies' entry at the end of the file.

movies = [movie_title, movie_title]

You're all done! Save and run 'entertainment_center.py' to enjoy your new additions.

Credit

About

A movie trailer website, made for the Udacity FSWDN, with Python, HTML, and CSS. Web content is generated from a Python script.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published