Skip to content

Hemalatah/OOP-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP-python

This project gives a basic learning of Object Oriented Python. Its main feature is to create a list of movie instances from the class 'Movie', each contains information about:

  • movie title
  • movie storyline
  • movie image
  • movie youtube link

The webpage has the list of movie images with its own storyline, When you click every movie image, It will automatically play its youtube trailer.

To run the app...

Make sure you installed python in your machine.

  • Git clone the repo
$ git clone https://github.com/Hemalatah/OOP-python.git
  • get the repo as your current working directory in your terminal
$ cd 'path to project directory'
  • run the python module
$ python entertainment.py
  • This will open up the browser window by executing the fresh_tomotoes.py and creating the fresh_tomatoes.html

Uses Python for server side code to serve the data for viewers of the website.

About

Movie Trailer Website built using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages