Python Forum

Full Version: Help writing code to create a ranked list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! Recently I have been trying to order my favorite songs into a list on a larger scale (Top 50 favorite rock songs, for example). I’ve been looking around for a code where I can import all the songs I am considering putting in the list and it will present me with two or three options and I either pick one over the other, or rank the few it presents me with, and have that process repeat until it compiles the list from 1-50 (or whatever range you desire). I found a website that explains this idea but have been unable to find it since. I would appreciate anyone’s help! Also, please let me know if you have any confusion regarding my question or what I’m looking for.

Thanks! Smile
Steven
didn't look at it, but there's https://pypi.org/project/music_manager/
I’m not sure if this is quite what I’m looking for, but thank you!