PyPokerGUI icon indicating copy to clipboard operation
PyPokerGUI copied to clipboard

GUI application for PyPokerEngine

Results 13 PyPokerGUI issues
Sort by recently updated
recently updated
newest added

Collecting PyYAML==3.12 Using cached PyYAML-3.12.zip (375 kB) Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. Installing collected packages: PyYAML, click Attempting uninstall: PyYAML Found existing installation:...

Thanks for great repo you created it works perfectly. My question is how does this compare to other AI repo such as https://github.com/fedden/poker_ai Fedden one has a lot more starts....

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

File "c:\users\caocao\anaconda3\lib\site-packages\pypokergui\server\message_manager.py", line 82, in broadcast_update_game message = _gen_game_update_message(handler, update) File "c:\users\caocao\anaconda3\lib\site-packages\pypokergui\server\message_manager.py", line 114, in _gen_game_update_message table_html_str = handler.render_string("round_state.html", round_state=round_state) File "c:\users\caocao\anaconda3\lib\site-packages\tornado\web.py", line 826, in render_string return t.generate(**namespace) File "c:\users\caocao\anaconda3\lib\site-packages\tornado\template.py",...

First error is: ``` File "round_state_html.generated.py", line 53, in _tt_execute for idx, player in zip(range(len(round_state['seats']))[:len(round_state['seats'])/2], round_state['seats']): # round_state.html:22 ``` But all code not prepared to work with `Python 3`

Thanks @Ns85 @ishikota please let me know if there's anything else you'd like me to do to spruce this up.

I got issues with the win system. Because if two players got same 5 best cards but one has better hand cards, this player wins.... but that is not right...

when i use pypokergui to play cards,i dont now how to restart the game when a game is ended