Skip to content

opedromartins/nbdev-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbdev-tutorial

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