|
3 | 3 |
|
4 | 4 | ## Goal of this project
|
5 | 5 | In this project we will learn how to make an awesome webpage, that lists your favourite movies, and shows their trailers.
|
| 6 | + |
| 7 | +## Prequesties |
| 8 | +- Python 3X |
| 9 | +- Web Browser |
| 10 | + |
| 11 | +## How Does It Works! |
| 12 | +* media.py - in this file we created Class called Movie & inside the movie class we define a functon called def__init__(): this wil initilized or create space in memory for variables & show_trailer() function opens the trailer from youtube |
| 13 | +> this movie class will remember all of the movie title, storyline, poster_image, trailer_youtube |
| 14 | +* entertainment_center.py - in this file we store our movies into movie class. |
| 15 | +* entertainment_center.py - inside this file fresh_tomatoes.open_movies_page(movies) open the browser and show the output. |
| 16 | + |
| 17 | +## How to Start |
| 18 | +1. Run entertainment_center.py to see the output |
| 19 | + |
| 20 | +## Contributing |
| 21 | +When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. |
| 22 | + |
| 23 | +# Contact |
| 24 | +> Gmail: raihantheprogrammer@gmail.com |
| 25 | + |
| 26 | +> Facebook: https://www.facebook.com/TheProgrammingThinker |
| 27 | + |
| 28 | +> Linkedin: https://www.linkedin.com/in/theprogrammingthinker/ |
| 29 | + |
| 30 | +> Twitter: https://twitter.com/edition_raihan |
0 commit comments