Skip to content

Deufel/nbdev_demo

Repository files navigation

nbdev_demo

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
['♣️', '♦️', '♥️', '♠️']