Re-Rank The MCU Yourself!

Last night I decided to make a little side project to create a ranking tool for movies:

https://github.com/GuyVee/movie-ranker

It allows you to import a list of movies and then choose between them until it forms a ranked list. I included a text file with the 62 movies in the boys MCU ranking, but just as a warning to get a reasonable ranking, it takes about 700+ comparisons for the 62 based on my tests.

Steps for you:

Download Python:https://www.python.org/downloads/release/python-3132/

Download the zip of the codebase: https://github.com/GuyVee/movie-ranker

And follow the instructions on the repo to start it.

The movies are listed in a Movies.txt file in the zip, just grab that list and drop it in the bulk upload area after getting your OMDB api key to grab all the movie posters.