Skip to content

BrianLiDesign/moviepitches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Pitches

Allow users to easily find movie recommendations based on title, genre, length, or ratings.

main.py

The driver file to run the program.

search_movies.py

Given keywords, search movies that have similar attributes, such as title, genre, rating, and length.

setup.py

User interface and interaction.

data.py

List of genres, such as action, biography, and mystery. Dictionary containing movies and their respective elements of title, rating, and length

main_tests.py

Unit tests for each function (that returns a value) in each file

Dictionaries present

A dictionary for the movies called movie_database with keys of the movie and values of rating, genre, and length.

Lists present

  1. Genres
    1. Very positive: action, adventure, comedy, family, fantasy, musical, and romance
    2. Positive: adventure, game-show, fantasy, and sport
    3. Neutral: biography, documentary, news, talk-show, and western
    4. Negative: mystery, crime, film-noir, and thriller
    5. Very negative: adult, crime, horror, film-noir, thriller, and war
  2. Movie recommendations

Author: Brian Li and Natalie Cartwright

Releases

No releases published

Packages

No packages published

Languages