Skip to content

jonty007/ud036_StarterCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fresh Tomatoes Movie Trailers

Create your own website to show movie trailers to your friends.

Quickstart

To open the default fresh-tomatoes movie trailer website just double-click on the fresh_tomatoes.html file. To download a web-browser click here.

Create your own web-site

Install

To download python click here.

To download a text-editor Sublime Text. You can also use other editor of your choice.

Update movies list

To introduce new movies in your website just create new instance of that movie in entertainment_center.py providing the required details.

Add this newly created instance to list MOVIES of same file.

Run your newly created web-site

Open cmd and run python entertainment_center.py

Specify the path of python if it's not global environment path.

To know more about environment variable click here

About

Starter Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 62.7%
  • HTML 37.3%