Python script development
Budget: ₹600 – ₹1,500 INR
I have a script started.
Create a Python console script using OpenCV, pyautogui, keyboard, etc. (without a graphical environment, only the terminal or using IDLE) that reads and detects the playing cards displayed on the screen of a Baccarat game in real-time. I am not interested in the suit or symbol, only the numerical values, along with the winning hand ("Banker, Player, or Tie") that is displayed on the screen.
For each round of cards shown (there can be 4, 5, or 6 playing cards since the game is Baccarat), this script should print the values of the playing cards. Some indicator must be used (it can be the indicator of who won the game or the clock displayed on the screen) to know when the distribution of the playing cards has ended and proceed to "print".
A switch for each function on/off:
read the winning hand on/off
read the playing cards on/off
- No graphical interfaces or aesthetic finishes are required, only functionality in the terminal.
- The script must be efficient and capable of functioning with a minimum of false positives in card detection.
- It must be compatible with the latest versions of the mentioned libraries.
- Commented source code.
Create a Python console script using OpenCV, pyautogui, keyboard, etc. (without a graphical environment, only the terminal or using IDLE) that reads and detects the playing cards displayed on the screen of a Baccarat game in real-time. I am not interested in the suit or symbol, only the numerical values, along with the winning hand ("Banker, Player, or Tie") that is displayed on the screen.
For each round of cards shown (there can be 4, 5, or 6 playing cards since the game is Baccarat), this script should print the values of the playing cards. Some indicator must be used (it can be the indicator of who won the game or the clock displayed on the screen) to know when the distribution of the playing cards has ended and proceed to "print".
A switch for each function on/off:
read the winning hand on/off
read the playing cards on/off
- No graphical interfaces or aesthetic finishes are required, only functionality in the terminal.
- The script must be efficient and capable of functioning with a minimum of false positives in card detection.
- It must be compatible with the latest versions of the mentioned libraries.
- Commented source code.