Skip to content

Simple website built with Python to display my list of popular movies.

Notifications You must be signed in to change notification settings

oscglezm/Python-Movie-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Movie-Trailer

Simple website built with Python to display my list of popular movies.

I. Run "Movie Trailer Website"

Open up your terminal and run:

$ python

It should return some version of Python 2.7. If you are running Python 3.0, you will need to run some sort of virtual environment: http://docs.python-guide.org/en/latest/dev/virtualenvs/

If Python is not installed at all, see the documentation here: https://www.python.org

II. Execute the program

$ python entertainment.py

  • A browser should open on your local machine and and render the HTML template: fresh_tomatoes.html

III. File List

  • media.py: It contains two classes definition, movie and series class.
  • fresh_tomatoes.py: It brings the website template.
  • entertaiment_center.py: It provides the instance for each movie and series in order to pass the list to the fresh_tomatoes.py and shows the content.

About

Simple website built with Python to display my list of popular movies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published