Quite self-explanatory I believe. It's a random choice maker with a little wheel animation. Written in Python QT5.
python picker.py --choices=choice1, choice2, "Choice with spaces" Or you can create a json file with this structure:
python picker.py --choices=choice1, choice2, "Choice with spaces"
{ choices: [ "Choice 1", "Choice 2", "Choice 3" ], }
And running: python picker.py --file file.json
python picker.py --file file.json