nbdev_demo

demo of setting up a nbdev enviorment making a deck of cards api

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

Install

pip install nbdev-demo

How to use

This library provides a [`Card`](https://Deufel.github.io/nbdev_demo/card.html#card) class you can use to display, and compare playing cards:

Card(suit=1,rank=4)
4♦️

Suits are numbered according to this list:

suits
['♣️', '♦️', '♥️', '♠️']