You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I just found your PokerGPT repository. I am blind and I want to make PokerStars accessible for the blind. I do not want an automatic playing bot. I would like the cards to be spoken by screen reader software used by the blind, like NVDA, JAWS for Windows, or Windows Narrator.
I have a Python script that uses the APIs of NVDA, JAWS for Windows, or Windows Narrator. It detects if NVDA or JAWS is active and speaks what we want. If no screen reader is active, it will speak using the Windows Narrator. I can give you the Python code if you want.
I would like to have the cards in hand, as well as the flop, turn, and river cards announced with keyboard shortcuts, for example, keys 1, 2, 3, 4, 5, 6, 7. Also, the dealer's actions should be announced automatically. The players' names and their chip or money amounts should be announced via shortcuts F1, F2, F3, F4, F5, F6...
It should also announce the possible actions when it's my turn to play, such as call, bet, raise, check, fold. Shortcuts should be defined for each action. A shortcut to know the total pot would also be good.
Do you think you can help me with this project?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I just found your PokerGPT repository. I am blind and I want to make PokerStars accessible for the blind. I do not want an automatic playing bot. I would like the cards to be spoken by screen reader software used by the blind, like NVDA, JAWS for Windows, or Windows Narrator.
I have a Python script that uses the APIs of NVDA, JAWS for Windows, or Windows Narrator. It detects if NVDA or JAWS is active and speaks what we want. If no screen reader is active, it will speak using the Windows Narrator. I can give you the Python code if you want.
I would like to have the cards in hand, as well as the flop, turn, and river cards announced with keyboard shortcuts, for example, keys 1, 2, 3, 4, 5, 6, 7. Also, the dealer's actions should be announced automatically. The players' names and their chip or money amounts should be announced via shortcuts F1, F2, F3, F4, F5, F6...
It should also announce the possible actions when it's my turn to play, such as call, bet, raise, check, fold. Shortcuts should be defined for each action. A shortcut to know the total pot would also be good.
Do you think you can help me with this project?
Thank you.
The text was updated successfully, but these errors were encountered: