make sure nbdev_cards package is installed in development mode

# nbdev_cards

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

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

This file will become your README and also the index of your documentation.

Developer Guide

If you are new to using nbdev here are some useful pointers to get you started.

Install

Install using:

pip install your nbdev_cards

or:

conda install -c fastai nbdev_cards

Install nbdev_cards in Development mode

Usage

Installation

Install latest from the GitHub repository:

$ pip install git+https://github.com/rdned/nbdev_cards.git

or from conda

$ conda install -c rdned nbdev_cards

or from pypi

$ pip install nbdev_cards

Documentation

Documentation can be found hosted on this GitHub repository’s pages. Additionally you can find package manager specific guidelines on conda and pypi respectively.

How to use

This lib provides a Card class you can use to create, display, and compare playing cards:

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