deuces
deuces copied to clipboard
Card module?
I was trying to use this library and I kept on getting this error:
Traceback (most recent call last):
File "c:\Users\rattl\OneDrive\Desktop\PROJECTS\poker.py", line 1, in
This module runs on Python 2.x. If you run on 3.x you get this error
For all the people who stumble upon this issue here, there is a Python3 port of Deuces called Treys (https://github.com/ihendley/treys)
Python3 support added!