Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peteprattis/get-imdb-score-by-movie-title

A program in python which for a movie title inserted by user, using the link http://www.omdbapi.com/ returns the IMDB score and the awards of that movie.
https://github.com/peteprattis/get-imdb-score-by-movie-title

computer-science imdb-score movie-title omdb-api programm python student

Last synced: about 17 hours ago
JSON representation

A program in python which for a movie title inserted by user, using the link http://www.omdbapi.com/ returns the IMDB score and the awards of that movie.

Awesome Lists containing this project

README

        

# A Python Program / Project

**This is a simple python project from my early days as a Computer Science student**

_This programm was created for the first semester class Introduction to Computer Science
and is one of a few such simple python programms neccessary to pass the class_

> #### Description of project
>
>>A program in python which for a movie title inserted by user, using the link http://www.omdbapi.com/ returns the IMDB score and the awards of that movie.

> #### About this project
>
> - The comments to make the code understandable, are within the .py archive
> - This program runs for Python version 2.7
> - This repository was created to show the variety of the work I did and experience I gained as a student
>