nbdev-cards-31082022

A sample of how to create a deck of cards lib using nbdev


Keywords
nbdev, jupyter, notebook, python
License
Apache-2.0
Install
pip install nbdev-cards-31082022==0.0.1

Documentation

nbdev_cards

A deck of cards demo of nbdev based on ideas from Think Python 2nd Edition by Allen B. Downey.

Install

pip install nbdev-cards
conda install nbdev-cards

How to use

This requires a Card class to create , display and compare playing cards

Card(1,3)
3♦️
suits
['♣️', '♦️', '❤️', '♠️']