Python Script Fixes for Live Online Roulette

Job ID: 39827053

Budget: ₹1,500 – ₹12,500 INR

I already have a Python script running on Windows that slots chips on an online roulette table for me. The idea is simple: every spin I manually type in the two most recent winning numbers, and the program should promptly bet on the other 35 numbers before the betting window closes. The option to deselect those two numbers is already coded, yet the stakes are not being distributed correctly—sometimes a number is missed, sometimes the timing slips and no chips get placed at all.

I need someone to dive into the existing codebase, trace the logic that selects the 35 numbers, and make sure it behaves flawlessly every spin. You’ll be working with the current GUI automation/web-interaction approach already in place (all in Python), so the fix is likely a matter of tightening the selection loop, adjusting delays, and confirming each click registers.

Acceptance criteria (quick checklist):
• After I enter the last two winning numbers, the script must place chips on all remaining 35 numbers without exception.
• Entire betting cycle must finish within the standard roulette countdown on my chosen site.
• No regression in any other feature already working (stake size, chip denomination, etc.).

I’ll provide the code, a short video of the current glitch, and credentials for a test account so you can reproduce the issue in real time. Looking for a clean, well-commented patch and any recommendations for stability improvements.