Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 524 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 524 Bytes

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