Program that prompt the user to generate a random vinyl from their tracked Discogs collection using PyQt6 UI. Upon button click the program (using the Discogs API) will look through a discogs account and pick a vinyl for the user to play. If they would like a different vinyl, a button will appear for them to generate a new one.
If the user would like to only search for records that have a certain genre, they can input it and it will select one at random from their collection matching that criteria. This may take a long while depending on the size of their collection.