nbdev-tutorial

Following the nbdev tutorial to create a python package from a jupyter notebook.

A deck of cards demo of nbdev.

Documentation

Full documentation can be found at nbdev-tutorial

Install

pip install nbdev-tutorial

How to use

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

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