Python Projects: Title, genre, rating and the url of the specific movie from IMDb movie database
Python Web Project-12 with Solution
Create a Python project to get the title, genre, rating and the url of the specific movie from IMDb movie database.
Details of movies:
https://www.imdb.com/
Sample Output:
How many movies would you like to see? 3 The Shawshank Redemption Drama 9.3 https://www.imdb.com/title/tt0111161/ **************************************** The Dark Knight Action, Crime, Drama 9.0 https://www.imdb.com/title/tt0468569/ **************************************** Inception Action, Adventure, Sci-Fi 8.8 https://www.imdb.com/title/tt1375666/ ****************************************
Sample Solution:
Python Code:
Flowchart:

Improve this sample solutions and post your code through Disqus