Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 282 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 282 Bytes

make_movie_list

A python script to create a movie list sorted by IMDB rating. Movie names can be sourced from a movie collection on disk, or from the rows of a text file.

Usage: ./make_movie_list.py --path <path>
    or ./make_movie_list.py --file <file>