T-106.1210 Basic Course in Programming, part 1

ReadMe: Project MovieStat

Overview

This project does not contain a full application program. Instead, the only package src.moviestat contains classes which can be used to analyze movie statistics from IMDB top-rated movies charts.

Dependencies and resources

In order to use the class MovieChartFile, you'll need a movie chart data file in text format (see class documentation for details). One such file has been provided with the project.

Running the program

A main module that makes use of the class TopMovies has not been provided. Creating one is left as an exercise.

An example of what the classes Movie and MovieChartFile can be used for is provided in class CreateDirectorStats. It contains a main function which counts how many movies each director has in the IMDB top 250 chart.