A simple, fun, and interactive Python GUI application built with Tkinter. This tool randomly selects a winner from a custom list.
- Quick Add: Type a name and press
Enterto quickly add it to the list. - Easy Remove: Rightclick on any item in the list to remove it.
- Dynamic Animation: The visual text flashes and slows down naturally before stopping.
- Sound Effects: Mechanical "tick-tack" sounds that change pitch as the wheel slows down.
- Tournament Mode: You can eliminate the winner from the list with a single button click for your next rounds.
- Python
- Tkinter (for GUI)
- Winsound (for audio effects)
- Make sure you have Python installed on your Windows machine.
- Clone this repository to your computer.
- Open the terminal and run the following command:
python wheel_spinner.py