python movies.py --download_all
python movies.py --sort_by [COLUMN NAME]
where you insert the name of the column that you want to sort by.python movies.py --filter_by [CATEGORY] [PARAMETER]
where category can be:director
and as a parameter you append the name or/and surname of the directoractor
and, as you see above, append the name or/and surname of the actorlanguage
nominated
will result in list of movies that received nomination for Oscar, but did not win anypercentage
where 80% of nominations turn into an awardearned_milion
lists all films that earned more than $100,000,000 by the according to Box Office
python movies.py --compare [CATEGORY] [MOVIE 1] [MOVIE 2]
where you must provide category of comparison and two movies for being comparedpython movies.py --add [TITLE]
adds a film and its data automatically downloaded from APIpython movies.py --highscores
lists all highscores in particular category