Trebek / pydealer

A simple package containing classes/methods for constructing decks of playing cards (standard 'French deck'). Could be used for a CLI game, or even a graphical game as well.
http://pydealer.rtfd.org
GNU General Public License v3.0
78 stars 19 forks source link

added missing parameter to sort_cards #27

Open AaronLiftig opened 2 years ago

AaronLiftig commented 2 years ago

There appears to be a missing keyword argument "ranks" in sort_cards method in get_list method of tools.py