An object model of a pack of cards


Keywords
game, card, model, python, cards
License
MIT
Install
pip install card-deck==1.2.4

Documentation

Card Deck

An object model of a pack of cards, written in Python, to streamline writing programs to model/play games involving cards

Documentation

Documentation for the library can be found here: https://card-deck.readthedocs.io/en/latest/

Installation

The library has been published on PyPi, so can be found here: https://pypi.org/project/card-deck/, and can be installed as follows:

pip install card-deck

Requirements

There are no additional required libraries