Script written by Davey Struijk
Simple script to help ranking music lists!
- Clone this repository
- Delete your own songs from the list (
keldertoplijst2022.csv
) to exclude them from ranking - Open terminal in the root folder and run:
python run.py
- The terminal will display a choice between two songs
- Type
1
or2
to select the song that you think is best and pressEnter
- The program will select two new songs from the list at random
- You can exit this loop by pressing
Ctrl+C
- A sorted Elo rating list based on your music preferences will be written to
keldertoplijst2022.csv
You can continue sorting your list anytime by restarting the program. Your last sorted list will be taken as a starting point.