Creator: Jonathan Houge
Python executable that combines Letterboxd and RCV-Voting, with two features:
- "What Wouldn't the Academy Pick?"
- Movie-Ranked-Choice-Voting
Final Project for CSC-496: Computational Challenges in Elections: Ranked Choice Voting and Redistricting.
Makes uses of and expands upon the awesome Letterboxd 'listscraper', created and maintained by Arno Lafontaine. Find their repo's readme and license within the 'listscraper' folder. Fun fact: I actually made a contribution to this repo to further functionality! Check their repo out!
https://github.com/L-Dot/Letterboxd-list-scraper
Clone the repo:
git clone https://github.com/jonathanhouge/MRCV.git
Install requirements:
pip install -r requirements.txt
Create an executable:
python -m PyInstaller main.py --onefile
Note: There should already be an executable in 'dist'! (reminder to check this out: https://github.com/TomSchimansky/CustomTkinter/wiki/Packaging)