deuces icon indicating copy to clipboard operation
deuces copied to clipboard

Card module?

Open rattlehead616 opened this issue 5 years ago • 2 comments

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 from card import Card ModuleNotFoundError: No module named 'card'

rattlehead616 avatar Oct 11 '20 02:10 rattlehead616

This module runs on Python 2.x. If you run on 3.x you get this error

delagra avatar Dec 07 '20 23:12 delagra

For all the people who stumble upon this issue here, there is a Python3 port of Deuces called Treys (https://github.com/ihendley/treys)

pmchrist avatar Apr 28 '21 22:04 pmchrist

Python3 support added!

worldveil avatar Nov 29 '23 00:11 worldveil